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