SPUserStorage.UserName property
Gets the user name of the user associated with the storage object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property UserName As String
Get
'Usage
Dim instance As SPUserStorage
Dim value As String
value = instance.UserName
public string UserName { get; }
Property value
Type: System.String
A string that contains the user name.