Share via


SyncBulkOperationRequest.QuerySet Property

Definition

Gets or sets a query that identifies the workflow records to perform the operation on.

public:
 property cli::array <Microsoft::Xrm::Sdk::Query::QueryExpression ^> ^ QuerySet { cli::array <Microsoft::Xrm::Sdk::Query::QueryExpression ^> ^ get(); void set(cli::array <Microsoft::Xrm::Sdk::Query::QueryExpression ^> ^ value); };
public Microsoft.Xrm.Sdk.Query.QueryExpression[] QuerySet { get; set; }
member this.QuerySet : Microsoft.Xrm.Sdk.Query.QueryExpression[] with get, set
Public Property QuerySet As QueryExpression()

Property Value

A query that identifies the workflow records to perform the operation on.

Applies to