SPUsageEntry.User property
Gets or sets the name of the user who initiated the usage entry.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property User As String
Get
Set
'Usage
Dim instance As SPUsageEntry
Dim value As String
value = instance.User
instance.User = value
public virtual string User { get; set; }
Property value
Type: System.String
Returns a String identifying the user who initiated the entry.