ESRI.ArcGIS.ADF.Tasks
GeocodeResource Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > FindAddressTask Class : GeocodeResource Property




The name of the GeocodeResource used by the task to perform geocoding.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Resources")>
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("The name of the geocode resource used by the task to perform geocoding.")>
<DefaultValueAttribute()>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.GeocodeResourceEditor, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
Public Property GeocodeResource As String
Visual Basic (Usage)Copy Code
Dim instance As FindAddressTask
Dim value As String
 
instance.GeocodeResource = value
 
value = instance.GeocodeResource
C# 
[ResCategoryAttribute("Resources")]
[NotifyParentPropertyAttribute(true)]
[ResDescriptionAttribute("The name of the geocode resource used by the task to perform geocoding.")]
[DefaultValueAttribute()]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.GeocodeResourceEditor, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
public string GeocodeResource {get; set;}

See Also

© 2010 All Rights Reserved.