Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
NOTE: This API is now obsolete.
Gets or sets the department name of the user who issued the click.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")> _
Public Property UserDepartment As String
Get
Set
'Usage
Dim instance As SPClickthroughUsageEntry
Dim value As String
value = instance.UserDepartment
instance.UserDepartment = value
[ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")]
public string UserDepartment { get; set; }
Property value
Type: System.String
The user department.
See also
Reference
SPClickthroughUsageEntry class