Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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