Query.QueryTag 屬性
取得或設定要用來識別查詢的任何自訂標記。以分號分隔多個標籤。
命名空間: Microsoft.SharePoint.Client.Search.Query
組件: Microsoft.SharePoint.Client.Search (在 Microsoft.SharePoint.Client.Search.dll 中)
語法
'宣告
Public Property QueryTag As String
Get
Set
'用途
Dim instance As Query
Dim value As String
value = instance.QueryTag
instance.QueryTag = value
public string QueryTag { get; set; }