Compartilhar via


ModifyFolderRequest.Progress Property

 

Gets the percentage of progress for the modification request.

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

Syntax

public int Progress { get; internal set; }
public:
property int Progress {
    int get();
    internal: void set(int value);
}
Public Property Progress As Integer
    Get
    Friend Set
End Property

Property Value

Type: System.Int32

The completion percentage of the progress.

See Also

ModifyFolderRequest Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top