[This is preliminary documentation and is subject to change.]

If the Attributes member includes the ReparsePoint attribute, this member specifies the reparse point tag. Otherwise, this value is undefined and should not be used.

Namespace: Tools.TotalCommanderT
Assembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[CLSCompliantAttribute(false)]
public ReparsePointTags ReparsePointTag { get; set; }
Visual Basic
<CLSCompliantAttribute(False)> _
Public Property ReparsePointTag As ReparsePointTags
	Get
	Set
Visual C++
[CLSCompliantAttribute(false)]
public:
property ReparsePointTags ReparsePointTag {
	ReparsePointTags get ();
	void set (ReparsePointTags value);
}
F#
[<CLSCompliantAttribute(false)>]
member ReparsePointTag : ReparsePointTags with get, set
JScript
function get ReparsePointTag () : ReparsePointTags
function set ReparsePointTag (value : ReparsePointTags)

Remarks

This property is not CLS-copliant. CLS-copliant alternatives are GetReparsePointTag()()()() and SetReparsePointTag(Int32).

See Also