Principal.PrincipalType property

Gets a value containing the type of the principal.

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

Syntax

'Declaration
Public ReadOnly Property PrincipalType As PrincipalType
    Get
'Usage
Dim instance As Principal
Dim value As PrincipalType

value = instance.PrincipalType
public PrincipalType PrincipalType { get; }

Property value

Type: Microsoft.SharePoint.Client.Utilities.PrincipalType
Returns a PrincipalType.instance which contains the type of the principal.

See also

Reference

Principal class

Principal members

Microsoft.SharePoint.Client namespace