EntityMembersGetCriteria.SearchTerm Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit un critère de recherche de clause WHERE pour filtrer les enregistrements.
public:
property System::String ^ SearchTerm { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string SearchTerm { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SearchTerm : string with get, set
Public Property SearchTerm As String
Valeur de propriété
Une chaîne qui représente le terme de recherche.
- Attributs
Remarques
L’utilisation de cette propriété est optionnelle. Cependant, vous devez insérer un espace avant et après le signe égal (=) pour interroger les membres en utilisant cette propriété.