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




The title bar text of the editor task.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(True)>
<ResDescriptionAttribute("The title bar text of the editor task.")>
<ResCategoryAttribute("Editing")>
<PersistenceModeAttribute()>
Public Property Title As String
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim value As String
 
instance.Title = value
 
value = instance.Title
C# 
[BrowsableAttribute(true)]
[ResDescriptionAttribute("The title bar text of the editor task.")]
[ResCategoryAttribute("Editing")]
[PersistenceModeAttribute()]
public string Title {get; set;}

See Also

© 2010 All Rights Reserved.