This property is now obsolete as it is established internally when the Search method is called.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
[ObsoleteAttribute("This property is now obsolete as it is established internally when the Search method is called.")]
public string SpatialColumnName { get; set; }
Visual Basic (Declaration)
<ObsoleteAttribute("This property is now obsolete as it is established internally when the Search method is called.")> _
Public Property SpatialColumnName As String

Field Value

Obsolete.

Remarks

If this property is set, it will be ignored.

See Also