ValidationGetRequest.ValidationSearchCriteria 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.
public:
property Microsoft::MasterDataServices::Services::DataContracts::ValidationSearchCriteria ^ ValidationSearchCriteria { Microsoft::MasterDataServices::Services::DataContracts::ValidationSearchCriteria ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::ValidationSearchCriteria ^ value); };
[System.ServiceModel.MessageBodyMember]
public Microsoft.MasterDataServices.Services.DataContracts.ValidationSearchCriteria ValidationSearchCriteria { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.ValidationSearchCriteria : Microsoft.MasterDataServices.Services.DataContracts.ValidationSearchCriteria with get, set
Public Property ValidationSearchCriteria As ValidationSearchCriteria
Property Value
The validation search criteria.
- Attributes