Share via


FieldUser.SelectionGroup property

Gets or sets a value that specifies the identifier of the SharePoint group whose members can be selected as values of the field.

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

Syntax

'Declaration
Public Property SelectionGroup As Integer
    Get
    Set
'Usage
Dim instance As FieldUser
Dim value As Integer

value = instance.SelectionGroup

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

Property value

Type: System.Int32
Returns a Int32 instance representing the identifier of the SharePoint group whose members can be selected as values of the field.

See also

Reference

FieldUser class

FieldUser members

Microsoft.SharePoint.Client namespace