Term.Terms Property
Gets a collection of all immediate child Term objects of the currrent Term object.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Terms As TermCollection
Get
'Usage
Dim instance As Term
Dim value As TermCollection
value = instance.Terms
public override TermCollection Terms { get; }
Property Value
Type: Microsoft.SharePoint.Taxonomy.TermCollection
A collection of all immediate child Term objects of the current Term.
Remarks
The returned collection of terms is sorted based on the custom sort order. If no custom sort order is defined, then it is sorted by Label based on the alphabetical order specified by the WorkingLanguage object.
See Also
Reference
Microsoft.SharePoint.Taxonomy Namespace
GetTerms(String, Int32, Boolean, StringMatchOption, Int32, Boolean)