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