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




The ID of the GeocodeResourceManager which contains the GeocodeResource used in the task.

Syntax

Visual Basic (Declaration) 
<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.GeocodeResourceManagerEditor, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<ResCategoryAttribute("Resources")>
<ResDescriptionAttribute("The ID of the GeocodeResourceManager which contains the geocode resource used in the task.")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property GeocodeResourceManager As String
Visual Basic (Usage)Copy Code
Dim instance As FindAddressTask
Dim value As String
 
instance.GeocodeResourceManager = value
 
value = instance.GeocodeResourceManager
C# 
[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.GeocodeResourceManagerEditor, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[ResCategoryAttribute("Resources")]
[ResDescriptionAttribute("The ID of the GeocodeResourceManager which contains the geocode resource used in the task.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public string GeocodeResourceManager {get; set;}

See Also

© 2010 All Rights Reserved.