Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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