Share via


RetrieveMembersBulkOperationRequest.BulkOperationId Property

Definition

Gets or sets the ID of the bulk operation. Required.

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

Property Value

The ID of the bulk operation. This corresponds to the BulkOperation.BulkOperationId attribute, which is the primary key for the BulkOperation entity.

Applies to