Share via


ChangedTerm.TermSetId property

Gets the identifier of the TermSet object to which the Term object belongs.

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

Syntax

'Declaration
Public ReadOnly Property TermSetId As Guid
    Get
'Usage
Dim instance As ChangedTerm
Dim value As Guid

value = instance.TermSetId
public Guid TermSetId { get; }

Property value

Type: System.Guid
Returns Guid that represents the TermSetId.

See also

Reference

ChangedTerm class

ChangedTerm members

Microsoft.SharePoint.Client.Taxonomy namespace