SearchDocument.GetObjectCollection(String) Method

Definition

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

public System.Collections.Generic.IReadOnlyList<Azure.Search.Documents.Models.SearchDocument> GetObjectCollection (string key);
member this.GetObjectCollection : string -> System.Collections.Generic.IReadOnlyList<Azure.Search.Documents.Models.SearchDocument>
Public Function GetObjectCollection (key As String) As IReadOnlyList(Of SearchDocument)

Parameters

key
String

The name of the property.

Returns

The value of the property.

Applies to