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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.