AddDisksToSpacesPoolRequest.Progress Property
Gets the percentage of progress in the request to add disks to the spaces pool.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public AddDisksToSpacesPoolStepStatus Progress { get; }
public:
property AddDisksToSpacesPoolStepStatus^ Progress {
AddDisksToSpacesPoolStepStatus^ get();
}
Public ReadOnly Property Progress As AddDisksToSpacesPoolStepStatus
Property Value
Type: Microsoft.WindowsServerSolutions.Storage.AddDisksToSpacesPoolStepStatus
The percentage of progress.
See Also
AddDisksToSpacesPoolRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top