PickerSettings.AllowEmailAddresses property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property AllowEmailAddresses As Boolean
Get
'Usage
Dim instance As PickerSettings
Dim value As Boolean
value = instance.AllowEmailAddresses
public bool AllowEmailAddresses { get; }
Property value
Type: System.Boolean