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)
Available in Sandboxed Solutions: No
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.