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

Sets value of ReparsePointTag as CLS-compliant type

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void SetReparsePointTag(
	int value
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Sub SetReparsePointTag ( _
	value As Integer _
)
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
public:
void SetReparsePointTag(
	int value
)
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member SetReparsePointTag : 
        value:int -> unit 
JScript
public function SetReparsePointTag(
	value : int
)

Parameters

value
Type: System..::..Int32
New value of the ReparsePointTag property. The property will be set to bitwise same value.

See Also