SearchDocument.GetInt64Collection(String) メソッド

定義

という名前keyの のコレクション プロパティのInt64SearchDocument値を取得します。

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)

パラメーター

key
String

プロパティの名前。

戻り値

プロパティの値。

適用対象