LongRunningOperationStatus.OperationsPerformed 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 OperationsPerformed As Integer
Get
Friend Set
'Usage
Dim instance As LongRunningOperationStatus
Dim value As Integer
value = instance.OperationsPerformed
public int OperationsPerformed { get; internal set; }
Property Value
Type: System.Int32
See Also
Reference
LongRunningOperationStatus Class