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