DriveInfo.FileSystemType Property
Gets and sets the file system type.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public int FileSystemType { get; set; }
public:
[DataMemberAttribute]
property int FileSystemType {
int get();
void set(int value);
}
<DataMemberAttribute>
Public Property FileSystemType As Integer
Property Value
Type: System.Int32
The file system type.
See Also
DriveInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top