Condividi tramite


Proprietà EntityMembersGetCriteria.SearchTerm

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

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public Property SearchTerm As String
    Get
    Set
'Utilizzo
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)

Valore proprietà

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

Osservazioni

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

Vedere anche

Riferimento

EntityMembersGetCriteria Classe

Spazio dei nomi Microsoft.MasterDataServices