Share via


RemoveFolderRequest.Progress Property

 

Gets the current step and progress of the removal operation.

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

Syntax

public RemoveFolderStepStatus Progress { get; }
public:
property RemoveFolderStepStatus^ Progress {
    RemoveFolderStepStatus^ get();
}
Public ReadOnly Property Progress As RemoveFolderStepStatus

Property Value

Type: Microsoft.WindowsServerSolutions.Storage.RemoveFolderStepStatus

An instance of RemoveFolderStepStatus.

See Also

RemoveFolderRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top