EntityStagingGetRequest.GetCriteria 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.
Specifies the criteria to use to get entity staging batches.
public:
property Microsoft::MasterDataServices::Services::DataContracts::EntityStagingGetCriteria ^ GetCriteria { Microsoft::MasterDataServices::Services::DataContracts::EntityStagingGetCriteria ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::EntityStagingGetCriteria ^ value); };
[System.ServiceModel.MessageBodyMember]
public Microsoft.MasterDataServices.Services.DataContracts.EntityStagingGetCriteria GetCriteria { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.GetCriteria : Microsoft.MasterDataServices.Services.DataContracts.EntityStagingGetCriteria with get, set
Public Property GetCriteria As EntityStagingGetCriteria
Property Value
The criteria to use to get entity staging batches.
- Attributes