Share via


SPChangeGroup.Id Property

Gets the GUID of the group that changed.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableAttribute(Name := "GroupId")> _
Public ReadOnly Property Id As Integer
    Get
'Usage
Dim instance As SPChangeGroup
Dim value As Integer

value = instance.Id
[ClientCallableAttribute(Name = "GroupId")]
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