SearchDocument.GetBooleanCollection(String) Method

Definition

Get the value of a SearchDocument's Boolean collection property called key.

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)

Parameters

key
String

The name of the property.

Returns

The value of the property.

Applies to