TermSetItem.Terms Property
Gets a collection of the child Term objects of this TaxonomyItem.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Terms As TermCollection
Get
'Usage
Dim instance As TermSetItem
Dim value As TermCollection
value = instance.Terms
public abstract TermCollection Terms { get; }
Property Value
Type: Microsoft.SharePoint.Taxonomy.TermCollection
Returns TermCollection.
Remarks
This property must be overridden.