SPSecurityEventProperties.GroupId-Eigenschaft
Ruft den Bezeichner der Sicherheitsgruppe für dieses Ereignis.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property GroupId As Integer
Get
'Usage
Dim instance As SPSecurityEventProperties
Dim value As Integer
value = instance.GroupId
public int GroupId { get; }
Eigenschaftswert
Typ: System.Int32
Der Bezeichner der Sicherheitsgruppe.
Siehe auch
Referenz
SPSecurityEventProperties Klasse