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