Share via


MoveFolderStepStatus.PercentComplete Property

 

Gets the completion percentage of the operation.

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

Syntax

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

Property Value

Type: System.Int32

The completion percentage.

See Also

MoveFolderStepStatus Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top