SPClickthroughUsageEntry.OriginWebId property
NOTE: This API is now obsolete.
Gets or sets the SPWeb GUID of the Originfor the SPWeb object.
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 OriginWebId As Nullable(Of Guid)
Get
Set
'Usage
Dim instance As SPClickthroughUsageEntry
Dim value As Nullable(Of Guid)
value = instance.OriginWebId
instance.OriginWebId = value
[ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")]
public Nullable<Guid> OriginWebId { get; set; }
Property value
Type: System.Nullable<Guid>
The SPWeb GUID of the Originfor the SPWeb object.
See also
Reference
SPClickthroughUsageEntry class