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