PrincipalInfo.PrincipalType property
Gets a value that specifies the type of the principal.
Namespace: Microsoft.SharePoint.Client.Utilities
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property PrincipalType As PrincipalType
Get
'Usage
Dim instance As PrincipalInfo
Dim value As PrincipalType
value = instance.PrincipalType
public PrincipalType PrincipalType { get; }
Property value
Type: Microsoft.SharePoint.Client.Utilities.PrincipalType
Returns a PrincipalType instance representing the type of the principal.
Remarks
It must not be a combination of more than one member of the PrincipalType enumeration. It must not be PrincipalType.All.