TaxonomyField.UserCreated property

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

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Public Property UserCreated As Boolean
    Get
    Set
'Usage
Dim instance As TaxonomyField
Dim value As Boolean

value = instance.UserCreated

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

Property value

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

Remarks

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.

See also

Reference

TaxonomyField class

TaxonomyField members

Microsoft.SharePoint.Taxonomy namespace

Microsoft.SharePoint.Taxonomy

Microsoft.SharePoint