HierarchyMembersGetCriteria.SearchTerm Property
Gets or sets the criteria by which to search the hierarchy.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property SearchTerm As String
Get
Set
'Usage
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)
Property Value
Type: System.String
String representing the criteria.