FileSystemEntryInfoReparsePointTag Property |
Gets the reparse point tag of this entry.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public ReparsePointTag ReparsePointTag { get; }
Public ReadOnly Property ReparsePointTag As ReparsePointTag
Get
public:
property ReparsePointTag ReparsePointTag {
ReparsePointTag get ();
}
member ReparsePointTag : ReparsePointTag with get
Property Value
Type:
ReparsePointTagThe reparse point tag of this entry.
See Also