DriveInfoIsVolume Property |
[AlphaFS] Determines whether the specified volume name is a defined volume on the current computer.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public bool IsVolume { get; }
Public ReadOnly Property IsVolume As Boolean
Get
public:
property bool IsVolume {
bool get ();
}
member IsVolume : bool with get
Property Value
Type:
BooleanSee Also