SystemSettingsGetRequest.SearchCriteria Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the search criteria that determine what domain lists to retrieve.

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

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.SystemSettingsGetCriteria

The search criteria that determine what domain lists to retrieve.

See Also

SystemSettingsGetRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top