Compartir a través de


de la propiedad TaxonomyField.Open

Gets or sets a Boolean value that specifies whether the TaxonomyField object is linked to an open TermSet object or a closed TermSet.

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

Sintaxis

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

value = instance.Open

instance.Open = value
public bool Open { get; set; }

Valor de propiedad

Tipo: System.Boolean
true if the TaxonomyField object is linked to an open TermSet; otherwise, false

Comentarios

A TermSet is open if new Term objects can be added to it. It is closed if new terms cannot be added to it.

If the user is the term store administrator, group manager, or a term set owner, users can always use the term store manager page to add new Term objects to a TermSet object regardless of whether the TermSet is open or closed.

If the TermSet is open, use the Add new term link in the Term picker dialog box in the Web tagging user interface to add new Term objects.

Vea también

Referencia

clase TaxonomyField

Miembros TaxonomyField

Espacio de nombres Microsoft.SharePoint.Taxonomy

Microsoft.SharePoint.Taxonomy

Microsoft.SharePoint