ESRI.ArcGIS.ADF.ArcGISServer.Editor
MapResource Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : MapResource Property




The map resource to be edited.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ResCategoryAttribute("Editing")>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.ArcGISServer.Editor.Design.MapResourceSelectionEditor, ESRI.ArcGIS.ADF.ArcGISServer.Editor, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<ResDescriptionAttribute("The map resource to be edited.")>
<PersistenceModeAttribute()>
Public Property MapResource As String
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim value As String
 
instance.MapResource = value
 
value = instance.MapResource
C# 
[NotifyParentPropertyAttribute(true)]
[ResCategoryAttribute("Editing")]
[EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="ESRI.ArcGIS.ADF.ArcGISServer.Editor.Design.MapResourceSelectionEditor, ESRI.ArcGIS.ADF.ArcGISServer.Editor, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[ResDescriptionAttribute("The map resource to be edited.")]
[PersistenceModeAttribute()]
public string MapResource {get; set;}

See Also

© 2010 All Rights Reserved.