Term.IsKeyword property

Gets whether the current Term object is a keyword in the KeywordTermSet object.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Public ReadOnly Property IsKeyword As Boolean
    Get
'Usage
Dim instance As Term
Dim value As Boolean

value = instance.IsKeyword
public bool IsKeyword { get; }

Property value

Type: System.Boolean
true if the current Term is a keyword; otherwise,false

See also

Reference

Term class

Term members

Microsoft.SharePoint.Taxonomy namespace