SPSecurityEventProperties.GroupId property
取得這個事件中的安全群組的識別項。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property GroupId As Integer
Get
'用途
Dim instance As SPSecurityEventProperties
Dim value As Integer
value = instance.GroupId
public int GroupId { get; }
Property value
Type: System.Int32
安全性群組的識別項。
請參閱
參照
SPSecurityEventProperties class