Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the unique identifier (ID) of the term set 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 TermSetId As Guid
Get
Set
'Usage
Dim instance As MetadataInfo
Dim value As Guid
value = instance.TermSetId
instance.TermSetId = value
public Guid TermSetId { get; set; }
Property Value
Type: System.Guid
The unique ID of the term set associated with this metadata information.
Remarks
The default value is Empty.