SPListEventProperties.UserLoginName Property

Gets the user name of the user whose action caused the event.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property UserLoginName As String
    Get
'Usage
Dim instance As SPListEventProperties
Dim value As String

value = instance.UserLoginName
public string UserLoginName { get; }

Property Value

Type: System.String
A string that contains the user name, or Domain\Alias, of the user.

See Also

Reference

SPListEventProperties Class

SPListEventProperties Members

Microsoft.SharePoint Namespace