Condividi tramite


Proprietà SearchTerm

Ottiene o imposta un criterio di ricerca della clausola WHERE per filtrare i record.

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

Sintassi

'Dichiarazione
<DataMemberAttribute(IsRequired := False)> _
Public Property SearchTerm As String
    Get
    Set
'Utilizzo
Dim instance As EntityMembersGetCriteria
Dim value As String

value = instance.SearchTerm

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

Valore proprietà

Tipo: System. . :: . .String
Stringa che rappresenta la clausola.