CreateStorageSpaceRequest.Progress Property
Gets the status of the operation.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public CreateStorageSpaceStepStatus Progress { get; }
public:
property CreateStorageSpaceStepStatus^ Progress {
CreateStorageSpaceStepStatus^ get();
}
Public ReadOnly Property Progress As CreateStorageSpaceStepStatus
Property Value
Type: Microsoft.WindowsServerSolutions.Storage.CreateStorageSpaceStepStatus
An instance of the CreateStorageSpaceStepStatus class.
See Also
CreateStorageSpaceRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top