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