SearchDocument.GetDoubleCollection(String) Method

Definition

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

public System.Collections.Generic.IReadOnlyList<double> GetDoubleCollection (string key);
member this.GetDoubleCollection : string -> System.Collections.Generic.IReadOnlyList<double>
Public Function GetDoubleCollection (key As String) As IReadOnlyList(Of Double)

Parameters

key
String

The name of the property.

Returns

The value of the property.

Applies to