Propriété EntityMembersGetCriteria.SearchTerm
Gets or sets the search criteria of the members to get.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<DataMemberAttribute(IsRequired := False)> _
Public Property SearchTerm As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
The search criteria of the members to get.
Voir aussi
Référence
EntityMembersGetCriteria Classe
Espace de noms Microsoft.MasterDataServices.Services.DataContracts