Share via


LongRunningOperationStatus.TotalOperationsToBePerformed 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 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
An int that specifies the number of operations to be attempted. 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