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