KeywordQueryProperties.Item 属性
命名空间: Microsoft.SharePoint.Client.Search.Query
程序集: Microsoft.SharePoint.Client.Search(位于 Microsoft.SharePoint.Client.Search.dll 中)
语法
声明
Public WriteOnly Property Item ( _
key As String _
) As Object
Set
用法
Dim instance As KeywordQueryProperties
Dim key As String
Dim value As Object
instance.Item(key) = value
public Object this[
string key
] { set; }
参数
- key
类型:System.String