SPClickthroughUsageDefinition.Local property
NOTE: This API is now obsolete.
Gets an instance of this usage definition from the local farm. If an instance does not exists in the local farm a new instance is created and returned.
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 Shared ReadOnly Property Local As SPClickthroughUsageDefinition
Get
'Usage
Dim value As SPClickthroughUsageDefinition
value = SPClickthroughUsageDefinition.Local
[ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")]
public static SPClickthroughUsageDefinition Local { get; }
Property value
Type: Microsoft.SharePoint.Administration.SPClickthroughUsageDefinition
A SPClickthroughUsageDefinition instance..
See also
Reference
SPClickthroughUsageDefinition class