SearchDocument.GetPointCollection(String) Method

Definition

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

public System.Collections.Generic.IReadOnlyList<Azure.Core.GeoJson.GeoPoint> GetPointCollection (string key);
member this.GetPointCollection : string -> System.Collections.Generic.IReadOnlyList<Azure.Core.GeoJson.GeoPoint>
Public Function GetPointCollection (key As String) As IReadOnlyList(Of GeoPoint)

Parameters

key
String

The name of the property.

Returns

The value of the property.

Applies to