Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type of operation (move, copy, delete, spawn, or generic), for easy retrieval.
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