Share via


TermProperty.TermID property

Gets or sets the unique identifier of the Term whose property is to be rendered.

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

Syntax

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

value = instance.TermID

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

Property value

Type: System.Guid

See also

Reference

TermProperty class

TermProperty members

Microsoft.SharePoint.Taxonomy namespace