SPSecurityEventProperties.PrincipalId property
Obtém o identificador do grupo de segurança ou usuário qual este evento se aplica.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property PrincipalId As Integer
Get
'Uso
Dim instance As SPSecurityEventProperties
Dim value As Integer
value = instance.PrincipalId
public int PrincipalId { get; }
Property value
Type: System.Int32
O identificador do grupo de segurança ou usuário.
Ver também
Referência
SPSecurityEventProperties class