TaxonomyField.IsTermSetValid property
Gets a Boolean value that specifies whether the TermSet object identified by the TermSetId property exists and is available for tagging.
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public ReadOnly Property IsTermSetValid As Boolean
Get
'Usage
Dim instance As TaxonomyField
Dim value As Boolean
value = instance.IsTermSetValid
public bool IsTermSetValid { get; }
Property value
Type: System.Boolean
true if the TermSet identified by the TermSetId property exists and is available for tagging; otherwise, false
Remarks
This property always returns true if the TermSetId property points to the Enterprise Keywords TermSet.
See also
Reference
Microsoft.SharePoint.Client.Taxonomy namespace