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 current stage and progress of the operation.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public CheckDiskStepStatus Progress { get; }
public:
property CheckDiskStepStatus^ Progress {
CheckDiskStepStatus^ get();
}
Public ReadOnly Property Progress As CheckDiskStepStatus
Property Value
Type: Microsoft.WindowsServerSolutions.Storage.CheckDiskStepStatus
An instance of CheckDiskStepStatus.
See Also
CheckDiskRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top