SyncBulkOperationRequest.QuerySet 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 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, setPublic Property QuerySet As QueryExpression()Property Value
A query that identifies the workflow records to perform the operation on.