ESRI.ArcGIS.ADF.Web.UI.WebControls
Configuration Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > InteractiveToolbarItem Class : Configuration Property




The configuration specific to this toolbar item.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ResCategoryAttribute("General")>
<DefaultValueAttribute()>
<ResDescriptionAttribute("Configuration of the Toolbar Item.")>
Public Property Configuration As String
Visual Basic (Usage)Copy Code
Dim instance As InteractiveToolbarItem
Dim value As String
 
instance.Configuration = value
 
value = instance.Configuration
C# 
[NotifyParentPropertyAttribute(true)]
[ResCategoryAttribute("General")]
[DefaultValueAttribute()]
[ResDescriptionAttribute("Configuration of the Toolbar Item.")]
public string Configuration {get; set;}

See Also

© 2010 All Rights Reserved.