ChangedTermSet.GroupId property
Gets the ID of the Group object from which a TermSet object is moved.
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 ChangedTermSet
Dim value As Guid
value = instance.GroupId
public Guid GroupId { get; }
Property value
Type: System.Guid
Returns Guid.
Remarks
Has only one value when the change operation is a move.