GeoPosition<T>.Location Property

Definition

Gets or sets the location data for the GeoPosition<T> object.

public:
 property T Location { T get(); void set(T value); };
public T Location { get; set; }
member this.Location : 'T with get, set
Public Property Location As T

Property Value

T

An object of type T that contains the location data for the GeoPosition<T> object.

Applies to