SyncBulkOperationRequest.OperationType Property

Definition

Gets or sets the operation to perform.

public:
 property int OperationType { int get(); void set(int value); };
public int OperationType { get; set; }
member this.OperationType : int with get, set
Public Property OperationType As Integer

Property Value

The operation to perform. 0 = pause, 1 = resume, 2 = cancel.

Applies to