SPWebEventProperties.UserLoginName property

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

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

Syntax

'Declaration
Public ReadOnly Property UserLoginName As String
    Get
'Usage
Dim instance As SPWebEventProperties
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

SPWebEventProperties class

SPWebEventProperties members

Microsoft.SharePoint namespace