LongRunningOperationStatus.TypeOfOperation Property
Specifies the type of operation (move, copy, delete, spawn, or generic), for easy retrieval by type.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property TypeOfOperation As OperationType
Get
Set
'Usage
Dim instance As LongRunningOperationStatus
Dim value As OperationType
value = instance.TypeOfOperation
instance.TypeOfOperation = value
public OperationType TypeOfOperation { get; set; }
Property Value
Type: OperationType
See Also
Reference
LongRunningOperationStatus Class