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 step.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public AddDisksToSpacesPoolStepId Step { get; internal set; }
public:
property AddDisksToSpacesPoolStepId Step {
AddDisksToSpacesPoolStepId get();
internal: void set(AddDisksToSpacesPoolStepId value);
}
Public Property Step As AddDisksToSpacesPoolStepId
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Storage.AddDisksToSpacesPoolStepId
The current step.
See Also
AddDisksToSpacesPoolStepStatus Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top