Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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
'Declaration
<MessageBodyMemberAttribute> _
Public Property SearchCriteria As SystemSettingsGetCriteria
Get
Set
'Usage
Dim instance As SystemSettingsGetRequest
Dim value As SystemSettingsGetCriteria
value = instance.SearchCriteria
instance.SearchCriteria = value
[MessageBodyMemberAttribute]
public SystemSettingsGetCriteria SearchCriteria { get; set; }
[MessageBodyMemberAttribute]
public:
property SystemSettingsGetCriteria^ SearchCriteria {
SystemSettingsGetCriteria^ get ();
void set (SystemSettingsGetCriteria^ value);
}
[<MessageBodyMemberAttribute>]
member SearchCriteria : SystemSettingsGetCriteria with get, set
function get SearchCriteria () : SystemSettingsGetCriteria
function set SearchCriteria (value : SystemSettingsGetCriteria)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.SystemSettingsGetCriteria
The search criteria that determine what domain lists to retrieve.
See Also
Reference
SystemSettingsGetRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace