PrincipalInfo.PrincipalType - Propriété
Gets a value that specifies the type of the principal.
Espace de noms : Microsoft.SharePoint.Client.Utilities
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property PrincipalType As PrincipalType
Get
'Utilisation
Dim instance As PrincipalInfo
Dim value As PrincipalType
value = instance.PrincipalType
public PrincipalType PrincipalType { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.Utilities.PrincipalType
Returns a PrincipalType instance representing the type of the principal.
Remarques
It must not be a combination of more than one member of the PrincipalType enumeration. It must not be PrincipalType.All.