Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the percent of the task that is complete.
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 percent of the task that is complete.
See Also
AddDisksToSpacesPoolStepStatus Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top