HierarchyMembersGetCriteria.SearchTerm Property

Definition

Specifies the criteria by which you want to search the hierarchy.

public:
 property System::String ^ SearchTerm { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string SearchTerm { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.SearchTerm : string with get, set
Public Property SearchTerm As String

Property Value

The criteria by which you want to search the hierarchy.

Attributes

Remarks

Both the code and name attributes of hierarchy members will be compared to the search term for all members to which the calling user has access. The wild card character ‘%’ can be used at the start or end of the search term to indicate that the search operation should match zero or more characters at that location

Applies to