PeopleEditor.SharePointGroupID property

Sets SharePoint Group ID and name for the SharePoint group that the user is scoped in

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

Syntax

'Declaration
Public Property SharePointGroupID As Integer
    Get
    Set
'Usage
Dim instance As PeopleEditor
Dim value As Integer

value = instance.SharePointGroupID

instance.SharePointGroupID = value
public int SharePointGroupID { get; set; }

Property value

Type: System.Int32
Returns Int32.

See also

Reference

PeopleEditor class

PeopleEditor members

Microsoft.SharePoint.WebControls namespace