SPMobileSelectPeoplePickerFormButton.SelectionGroup Property

Gets or sets 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 Property SelectionGroup As Integer
    Get
    Set
'Usage
Dim instance As SPMobileSelectPeoplePickerFormButton
Dim value As Integer

value = instance.SelectionGroup

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

Property Value

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

Remarks

0 means that no group is specified.

See Also

Reference

SPMobileSelectPeoplePickerFormButton Class

SPMobileSelectPeoplePickerFormButton Members

Microsoft.SharePoint.MobileControls Namespace