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