Share via


InitializeStorageStepStatus.Step Property

 

Gets the current step of the process.

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

Syntax

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

Property Value

Type: Microsoft.WindowsServerSolutions.Storage.InitializeStorageStepId

An instance of InitializeStorageStepId.

See Also

InitializeStorageStepStatus Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top