ValidationGetRequest.ValidationSearchCriteria Property

 

Gets or sets criteria for the validation search.

Namespace:   Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[MessageBodyMemberAttribute]
public ValidationSearchCriteria ValidationSearchCriteria { get; set; }
public:
[MessageBodyMemberAttribute]
property ValidationSearchCriteria^ ValidationSearchCriteria {
    ValidationSearchCriteria^ get();
    void set(ValidationSearchCriteria^ value);
}
[<MessageBodyMemberAttribute>]
member ValidationSearchCriteria : ValidationSearchCriteria with get, set
<MessageBodyMemberAttribute>
Public Property ValidationSearchCriteria As ValidationSearchCriteria

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.ValidationSearchCriteria

ValidationSearchCriteria.

See Also

ValidationGetRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top