SPItemEventProperties.UserLoginName property

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

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

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

Property value

Type: System.String
A string that contains the user name. For example, using Windows authentication mode, this is the domain name and user alias.

See also

Reference

SPItemEventProperties class

SPItemEventProperties members

Microsoft.SharePoint namespace