Share via


LongRunningOperationStatus.OperationsPerformed Property

Gets a value that represents the total number of operations that can be performed.

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
An int 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.

See Also

Reference

LongRunningOperationStatus Class

LongRunningOperationStatus Members

Microsoft.SharePoint.Publishing Namespace