你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SearchDocument.GetBooleanCollection(String) 方法

定义

获取名为 keyBoolean 集合属性的值SearchDocument

public System.Collections.Generic.IReadOnlyList<bool> GetBooleanCollection (string key);
member this.GetBooleanCollection : string -> System.Collections.Generic.IReadOnlyList<bool>
Public Function GetBooleanCollection (key As String) As IReadOnlyList(Of Boolean)

参数

key
String

属性的名称。

返回

该属性的值。

适用于