Compartir a través de


de la propiedad TaxonomyField.IsKeyword

Gets or sets a Boolean value that indicates whether the TaxonomyField value points to the Enterprise Keywords TermSet object.

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

Sintaxis

'Declaración
Public Property IsKeyword As Boolean
    Get
    Friend Set
'Uso
Dim instance As TaxonomyField
Dim value As Boolean

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

Valor de propiedad

Tipo: System.Boolean
true if the TaxonomyField object points to the Enterprise Keywords TermSet; otherwise, false

Comentarios

The Enterprise Keywords TermSet is always open and cannot contain hierarchical taxonomies. A TaxonomyField object that points to the Enterprise Keywords TermSet allows multiple values by default.

When editing a TaxonomyField object with this property set to true, new Term objects can be added to the Enterprise Keywords TermSet by selecting Create New in the Suggestions drop-down window in the TaxonomyField editor control.

Since the TermSet doesn't support hierarchical taxonomies, the Term Picker dialog box cannot be launched to pick Term objects for a TaxonomyField that has this property set to true.

Vea también

Referencia

clase TaxonomyField

Miembros TaxonomyField

Espacio de nombres Microsoft.SharePoint.Taxonomy

Microsoft.SharePoint.Taxonomy

Microsoft.SharePoint