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