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.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.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

TaxonomyField Class

TaxonomyField Members

Microsoft.SharePoint.Taxonomy Namespace

Microsoft.SharePoint.Taxonomy

Microsoft.SharePoint