ChangeGroup.GroupId property
Gets a value that identifies the changed group.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property GroupId As Integer
Get
'Usage
Dim instance As ChangeGroup
Dim value As Integer
value = instance.GroupId
public int GroupId { get; }
Property value
Type: System.Int32
Returns a Int32 instance representing the identification of the changed group.