Share via


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

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.

See Also

Reference

PeoplePickerDialog Class

PeoplePickerDialog Members

Microsoft.SharePoint.WebControls Namespace