Compartir a través de


de la propiedad TaxonomyField.IsAnchorValid

Gets a Boolean value that specifies whether the Term object identified by the T:Microsoft.SharePoint.Taxonomy.TaxonomyField.AnchorId property is valid.

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

Sintaxis

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

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

Valor de propiedad

Tipo: System.Boolean
true if the Term identified by the AnchorId property is valid; otherwise, false

Comentarios

This property always returns true if the TaxonomyField points to the Enterprise Keywords TermSet, or if the TaxonomyField points to the entire TermSet (i.e., if the AnchorId property returns Empty).

Vea también

Referencia

clase TaxonomyField

Miembros TaxonomyField

Espacio de nombres Microsoft.SharePoint.Taxonomy

Microsoft.SharePoint.Taxonomy

Microsoft.SharePoint