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