Partager via


DriveShortInfo.FileSystem Property

 

Gets and sets the file system.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

[DataMemberAttribute]
public string FileSystem { get; set; }
public:
[DataMemberAttribute]
property String^ FileSystem {
    String^ get();
    void set(String^ value);
}
<DataMemberAttribute>
Public Property FileSystem As String

Property Value

Type: System.String

The file system.

See Also

DriveShortInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top