ChangedTerm.GroupId property
Gets the identifier of the TermGroup object to which the changed TermSet object belongs.
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public ReadOnly Property GroupId As Guid
Get
'Usage
Dim instance As ChangedTerm
Dim value As Guid
value = instance.GroupId
public Guid GroupId { get; }
Property value
Type: System.Guid
Returns Guid that represents the GroupId.