SPChangeGroup.Id property

Gets the GUID of the group that changed.

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

Syntax

'Declaration
Public ReadOnly Property Id As Integer
    Get
'Usage
Dim instance As SPChangeGroup
Dim value As Integer

value = instance.Id
public int Id { get; }

Property value

Type: System.Int32
A GUID that identifies the group.

See also

Reference

SPChangeGroup class

SPChangeGroup members

Microsoft.SharePoint namespace