SPMobilePeoplePickerForm.SelectionGroup Property

Gets a value that indicates the ID of the group from which the user will pick a person or other group.

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

Syntax

'Declaration
Public ReadOnly Property SelectionGroup As Integer
    Get
'Usage
Dim instance As SPMobilePeoplePickerForm
Dim value As Integer

value = instance.SelectionGroup
public int SelectionGroup { get; }

Property Value

Type: System.Int32
The Int32 object that represents the group ID.

Remarks

A value of 0 means that no group is specified. Any other value is the ID of a group, which may contain other groups as well as people.

See Also

Reference

SPMobilePeoplePickerForm Class

SPMobilePeoplePickerForm Members

Microsoft.SharePoint.MobileControls Namespace