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