SPClickthroughUsageEntry.UserTitle Property
Gets or sets the user title.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property UserTitle As String
Get
Set
'Usage
Dim instance As SPClickthroughUsageEntry
Dim value As String
value = instance.UserTitle
instance.UserTitle = value
public string UserTitle { get; set; }
Property Value
Type: System.String
The user title.
See Also
Reference
SPClickthroughUsageEntry Class