Partager via


Propriété HierarchyMembersGetCriteria.SearchTerm

Gets or sets the criteria by which to search the hierarchy.

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

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property SearchTerm As String 
    Get 
    Set
'Utilisation
Dim instance As HierarchyMembersGetCriteria 
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
The criteria by which to search the hierarchy.

Voir aussi

Référence

HierarchyMembersGetCriteria Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts