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