TermStore.KeywordsTermSet Property
Gets the TermSet object for this TermStore object.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public ReadOnly Property KeywordsTermSet As TermSet
Get
'Usage
Dim instance As TermStore
Dim value As TermSet
value = instance.KeywordsTermSet
public TermSet KeywordsTermSet { get; }
Property Value
Type: Microsoft.SharePoint.Taxonomy.TermSet
The TermSet for this TermStore which contains the set of keyword Term objects
Remarks
Contains the set of keyword Term objects.