SearchDocument.GetInt32Collection(String) Method

Definition

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

public System.Collections.Generic.IReadOnlyList<int> GetInt32Collection (string key);
member this.GetInt32Collection : string -> System.Collections.Generic.IReadOnlyList<int>
Public Function GetInt32Collection (key As String) As IReadOnlyList(Of Integer)

Parameters

key
String

The name of the property.

Returns

The value of the property.

Applies to