Compartir a través de


SearchDocument.GetBooleanCollection(String) Método

Definición

Obtenga el valor de una SearchDocumentpropiedad de Boolean colección denominada 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)

Parámetros

key
String

Nombre de la propiedad.

Devoluciones

Valor de la propiedad.

Se aplica a