Share via


LongRunningOperationStatus.TypeOfOperation property

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

LongRunningOperationStatus members

Microsoft.SharePoint.Publishing namespace