Propriété SystemSettingsGetRequest.SearchCriteria
Gets or sets the search criteria that determine what domain lists to retrieve.
Espace de noms : Microsoft.MasterDataServices.Services.MessageContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<MessageBodyMemberAttribute> _
Public Property SearchCriteria As SystemSettingsGetCriteria
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.MasterDataServices.Services.DataContracts.SystemSettingsGetCriteria
The search criteria that determine what domain lists to retrieve.
Voir aussi
Référence
SystemSettingsGetRequest Classe
Espace de noms Microsoft.MasterDataServices.Services.MessageContracts