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