PrincipalInfo.PrincipalId - Propriété
Gets a value that specifies an identifier for the principal. It must be -1 if the principal does not belong to the current site.
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 PrincipalId As Integer
Get
'Utilisation
Dim instance As PrincipalInfo
Dim value As Integer
value = instance.PrincipalId
public int PrincipalId { get; }
Valeur de propriété
Type : System.Int32
Returns a Int32 instance representing an identifier for the principal.