Partager via


Propriété EntityMembersGetCriteria.SearchTerm

Gets or sets a WHERE clause search criteria to filter records.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property SearchTerm As String
    Get
    Set
'Utilisation
Dim instance As EntityMembersGetCriteria
Dim value As String

value = instance.SearchTerm

instance.SearchTerm = value
[DataMemberAttribute]
public string SearchTerm { get; set; }
[DataMemberAttribute]
public:
property String^ SearchTerm {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member SearchTerm : string with get, set
function get SearchTerm () : String
function set SearchTerm (value : String)

Valeur de propriété

Type : System.String
A string that represents the search term.

Notes

Use of this property is optional. However, you must insert a space before and after the equals (=) sign to query members using this property.

Voir aussi

Référence

EntityMembersGetCriteria Classe

Espace de noms Microsoft.MasterDataServices