SPRemoteSecurityEventProperties.GroupOwnerId property
Namespace: Microsoft.SharePoint.Client.EventReceivers
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property GroupOwnerId As Integer
Get
Set
'Usage
Dim instance As SPRemoteSecurityEventProperties
Dim value As Integer
value = instance.GroupOwnerId
instance.GroupOwnerId = value
[DataMemberAttribute]
public int GroupOwnerId { get; set; }
Property value
Type: System.Int32
See also
Reference
SPRemoteSecurityEventProperties class