PeopleEditor.SharePointGroup property
Sets or retrieves name of the SharePoint group that the user is included in.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property SharePointGroup As String
Get
Set
'Usage
Dim instance As PeopleEditor
Dim value As String
value = instance.SharePointGroup
instance.SharePointGroup = value
public string SharePointGroup { get; set; }
Property value
Type: System.String
A string that represents the group name.