Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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