FileSystemEntryInfoIsReparsePoint Property |
Gets a value indicating whether this instance is a reparse point.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public bool IsReparsePoint { get; }
Public ReadOnly Property IsReparsePoint As Boolean
Get
public:
property bool IsReparsePoint {
bool get ();
}
member IsReparsePoint : bool with get
Property Value
Type:
Boolean if this instance is a reparse point; otherwise,
.
See Also