共用方式為


SPClickthroughUsageEntry.QueryId property

NOTE: This API is now obsolete.

取得或設定查詢的識別碼。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")> _
Public Property QueryId As Nullable(Of Guid)
    Get
    Set
'用途
Dim instance As SPClickthroughUsageEntry
Dim value As Nullable(Of Guid)

value = instance.QueryId

instance.QueryId = value
[ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")]
public Nullable<Guid> QueryId { get; set; }

Property value

Type: System.Nullable<Guid>
如果按一下屬於類型 「 搜尋 」,這個屬性會提供此按一下關聯的查詢的識別碼。否則,它是a null reference (Nothing in Visual Basic)。

備註

如果按一下屬於類型 「 搜尋 」,這個屬性會提供此按一下關聯的查詢的識別碼。否則,它是a null reference (Nothing in Visual Basic)。

請參閱

參照

SPClickthroughUsageEntry class

SPClickthroughUsageEntry members

Microsoft.SharePoint.Administration namespace