CatalogTaxonomyFieldSettings.TermId property

Gets or sets a unique ID of a term that an SPField object used to categorize catalog items is bound to.

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

Syntax

'Declaration
Public Property TermId As Guid
    Get
    Set
'Usage
Dim instance As CatalogTaxonomyFieldSettings
Dim value As Guid

value = instance.TermId

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

Property value

Type: System.Guid

See also

Reference

CatalogTaxonomyFieldSettings class

CatalogTaxonomyFieldSettings members

Microsoft.SharePoint.Publishing namespace