Share via


TermProperty.TermSetID property

Gets or sets the unique identifier of the TermSet that contains the term specified by the TermID property.

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

Syntax

'Declaration
<WebDisplayNameAttribute("Term Set ID")> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute> _
Public Property TermSetID As Guid
    Get
    Set
'Usage
Dim instance As TermProperty
Dim value As Guid

value = instance.TermSetID

instance.TermSetID = value
[WebDisplayNameAttribute("Term Set ID")]
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute]
public Guid TermSetID { get; set; }

Property value

Type: System.Guid

See also

Reference

TermProperty class

TermProperty members

Microsoft.SharePoint.Taxonomy namespace