Partager via


RemoveFolderStepStatus.Step Property

 

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