Compartir a través de


de la propiedad TaxonomyField.UserCreated

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

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

Sintaxis

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

value = instance.UserCreated

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

Valor de propiedad

Tipo: System.Boolean
true if the TaxonomyField is linked to a customized TermSet; otherwise, false

Comentarios

A TermSet is customized if it was created with the Customize your TermSet option selected at the time the field was created.

Term objects in a customized TermSet are available to other users in the site collection, but they are not offered as suggestions in enterprise keywords columns.

Vea también

Referencia

clase TaxonomyField

Miembros TaxonomyField

Espacio de nombres Microsoft.SharePoint.Taxonomy

Microsoft.SharePoint.Taxonomy

Microsoft.SharePoint