Drive.FileSystemType Property
Gets the file system on the drive.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public DriveFileSystemType FileSystemType { get; internal set; }
public:
property DriveFileSystemType FileSystemType {
DriveFileSystemType get();
internal: void set(DriveFileSystemType value);
}
Public Property FileSystemType As DriveFileSystemType
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Storage.DriveFileSystemType
An instance of DriveFileSystemType.
See Also
Drive Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top