DriveInfoIsVolume Property |
[AlphaFS] Determines whether the specified volume name is a defined volume on the current computer.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
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