Share via


CreateStorageSpaceStepStatus.Step Property

 

Gets the current step of the operation.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

public CreateStorageSpaceStatusStepId Step { get; internal set; }
public:
property CreateStorageSpaceStatusStepId Step {
    CreateStorageSpaceStatusStepId get();
    internal: void set(CreateStorageSpaceStatusStepId value);
}
Public Property Step As CreateStorageSpaceStatusStepId
    Get
    Friend Set
End Property

Property Value

Type: Microsoft.WindowsServerSolutions.Storage.CreateStorageSpaceStatusStepId

The current step of the operation.

See Also

CreateStorageSpaceStepStatus Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top