Share via


TermProperty.TermStoreID property

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

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

Syntax

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

value = instance.TermStoreID

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

Property value

Type: System.Guid

See also

Reference

TermProperty class

TermProperty members

Microsoft.SharePoint.Taxonomy namespace