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