PeoplePickerDialog.SharePointGroup property
Sets or retrieves name of the SharePoint group in which the user is scoped.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property SharePointGroup As String
Get
Set
'Usage
Dim instance As PeoplePickerDialog
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.