Compartilhar via


CreateFolderRequest.Progress Property

 

Gets the current step and progress of the operation.

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

Syntax

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

Property Value

Type: Microsoft.WindowsServerSolutions.Storage.CreateFolderStepStatus

An instance of the CreateFolderStepStatus class.

See Also

CreateFolderRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top