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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPUsageEntry Class

SPUsageEntry Members

Microsoft.SharePoint.Administration Namespace