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 of the operation.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public RemoveFolderStepId Step { get; internal set; }
public:
property RemoveFolderStepId Step {
RemoveFolderStepId get();
internal: void set(RemoveFolderStepId value);
}
Public Property Step As RemoveFolderStepId
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Storage.RemoveFolderStepId
An instance of RemoveFolderStepId.
See Also
RemoveFolderStepStatus Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top