Compartir a través de


de la propiedad TaxonomyField.IsTermSetValid

Gets a Boolean value that specifies whether the TermSet object identified by the TermSetId property exists and is available for tagging.

Espacio de nombres:  Microsoft.SharePoint.Taxonomy
Ensamblado:  Microsoft.SharePoint.Taxonomy (en Microsoft.SharePoint.Taxonomy.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsTermSetValid As Boolean
    Get
'Uso
Dim instance As TaxonomyField
Dim value As Boolean

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

Valor de propiedad

Tipo: System.Boolean
true if the TermSet identified by the TermSetId property exists and is available for tagging; otherwise, false

Comentarios

This property always returns true if the TermSetId property points to the Enterprise Keywords TermSet.

Vea también

Referencia

clase TaxonomyField

Miembros TaxonomyField

Espacio de nombres Microsoft.SharePoint.Taxonomy

Microsoft.SharePoint.Taxonomy

Microsoft.SharePoint