PrincipalInfo.PrincipalType Property
Gets a value that specifies the type of the principal.
Namespace: Microsoft.SharePoint.Client.Utilities
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property PrincipalType As PrincipalType
Get
'Usage
Dim instance As PrincipalInfo
Dim value As PrincipalType
value = instance.PrincipalType
[RemoteAttribute]
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.