Condividi tramite


SearchDocument.GetInt64Collection(String) Method

Definition

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

public System.Collections.Generic.IReadOnlyList<long> GetInt64Collection (string key);
member this.GetInt64Collection : string -> System.Collections.Generic.IReadOnlyList<int64>
Public Function GetInt64Collection (key As String) As IReadOnlyList(Of Long)

Parameters

key
String

The name of the property.

Returns

The value of the property.

Applies to