CreateFolderStepStatus.Step Property
Gets the current step of the operation.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public CreateFolderStepId Step { get; internal set; }
public:
property CreateFolderStepId Step {
CreateFolderStepId get();
internal: void set(CreateFolderStepId value);
}
Public Property Step As CreateFolderStepId
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Storage.CreateFolderStepId
An instance of CreateFolderStepId.
See Also
CreateFolderStepStatus Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top