CheckDiskStepStatus.Step Property
Gets the current step of the process.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public CheckDiskStepId Step { get; internal set; }
public:
property CheckDiskStepId Step {
CheckDiskStepId get();
internal: void set(CheckDiskStepId value);
}
Public Property Step As CheckDiskStepId
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Storage.CheckDiskStepId
An instance of CheckDiskStepId.
See Also
CheckDiskStepStatus Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top