BusinessRulesGetRequest.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.
Desired filters. Each parameter is optional; those specified are combined with an AND.
public:
property Microsoft::MasterDataServices::Services::DataContracts::BRGetCriteria ^ GetCriteria { Microsoft::MasterDataServices::Services::DataContracts::BRGetCriteria ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::BRGetCriteria ^ value); };
[System.ServiceModel.MessageBodyMember]
public Microsoft.MasterDataServices.Services.DataContracts.BRGetCriteria GetCriteria { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.GetCriteria : Microsoft.MasterDataServices.Services.DataContracts.BRGetCriteria with get, set
Public Property GetCriteria As BRGetCriteria
Property Value
The desired filters.
- Attributes