LongRunningOperationStatus.TotalOperationsToBePerformed Property
A value that represents the total number of operations that can be performed. For example, if x of y operations can be performed, this value is y, or the total number of operations.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property TotalOperationsToBePerformed As Integer
Get
Friend Set
'Usage
Dim instance As LongRunningOperationStatus
Dim value As Integer
value = instance.TotalOperationsToBePerformed
public int TotalOperationsToBePerformed { get; internal set; }
Property Value
Type: System.Int32
See Also
Reference
LongRunningOperationStatus Class