RetrieveMembersBulkOperationRequest.BulkOperationId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.