Gets or sets the reference geocode for the sort. Returns null if the sort is not a Geocode sort.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public Geocode ReferenceGeocode { get; set; }
Visual Basic (Declaration)
Public Property ReferenceGeocode As Geocode
Visual C++
public:
property Geocode^ ReferenceGeocode {
	Geocode^ get ();
	void set (Geocode^ value);
}

See Also