Share via


MetadataInfo.TermStoreId property

Gets or sets the unique identifier (ID) of the term store associated with this metadata information.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property TermStoreId As Guid
    Get
    Set
'Usage
Dim instance As MetadataInfo
Dim value As Guid

value = instance.TermStoreId

instance.TermStoreId = value
public Guid TermStoreId { get; set; }

Property value

Type: System.Guid
The unique ID of the term store associated with this metadata information.

Remarks

The default value is Empty.

See also

Reference

MetadataInfo class

MetadataInfo members

Microsoft.Office.Server.Search.WebControls namespace