HierarchyMembersGetCriteria.SearchTerm Property

Definition

Gets or sets the criteria by which 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

A string representing the criteria.

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 wildcard 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