CoreProperty.TermSet Property

Gets or sets the TermSet for this profile core property. This is the term set from which taxonomic terms are retrieved and to which they are stored. The keywords term set is used by default when no term set has been specified.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property TermSet As TermSet
    Get
    Set
'Usage
Dim instance As CoreProperty
Dim value As TermSet

value = instance.TermSet

instance.TermSet = value
public TermSet TermSet { get; set; }

Property Value

Type: Microsoft.SharePoint.Taxonomy.TermSet
Returns TermSet.

See Also

Reference

CoreProperty Class

CoreProperty Members

Microsoft.Office.Server.UserProfiles Namespace