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