SP.Taxonomy.TaxonomyField.userCreated property (sp.taxonomy)

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

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var value = SP.Taxonomy.TaxonomyField.get_userCreated()
SP.Taxonomy.TaxonomyField.set_userCreated(a)

Return value

true if the TaxonomyField is linked to a customized TermSet; otherwise, false.