HierarchyMembersGetCriteria.SearchTerm Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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