ESRI.ArcGIS.ADF.Web.UI.WebControls
Name Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapToolItem Class : Name Property




The unique name of this MapToolItem.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<ResDescriptionAttribute("Name used to identify tool item in the collection (also used by the client side javascript).")>
<NotifyParentPropertyAttribute(True)>
<ResCategoryAttribute("Server Action")>
Public Property Name As String
Visual Basic (Usage)Copy Code
Dim instance As MapToolItem
Dim value As String
 
instance.Name = value
 
value = instance.Name
C# 
[DefaultValueAttribute()]
[ResDescriptionAttribute("Name used to identify tool item in the collection (also used by the client side javascript).")]
[NotifyParentPropertyAttribute(true)]
[ResCategoryAttribute("Server Action")]
public string Name {get; set;}

See Also

© 2010 All Rights Reserved.