Share via


SPClickthroughUsageEntry.QueryId Property

Gets or sets the ID of the query.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property QueryId As Nullable(Of Guid)
    Get
    Set
'Usage
Dim instance As SPClickthroughUsageEntry
Dim value As Nullable(Of Guid)

value = instance.QueryId

instance.QueryId = value
public Nullable<Guid> QueryId { get; set; }

Property Value

Type: System.Nullable<Guid>
If the click is of type "Search", then this property provides the ID of the query associated with this click. Otherwise, it is a null reference (Nothing in Visual Basic).

Remarks

If the click is of type "Search", then this property provides the ID of the query associated with this click. Otherwise, it is a null reference (Nothing in Visual Basic).

See Also

Reference

SPClickthroughUsageEntry Class

SPClickthroughUsageEntry Members

Microsoft.SharePoint.Administration Namespace