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




The name of the associated control. The buddy control.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("The ID of the buddy control.")>
<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.BuddyControlEditor, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")>
<ResCategoryAttribute("Buddy Controls")>
<DefaultValueAttribute()>
Public Property Name As String
Visual Basic (Usage)Copy Code
Dim instance As BuddyControl
Dim value As String
 
instance.Name = value
 
value = instance.Name
C# 
[NotifyParentPropertyAttribute(true)]
[ResDescriptionAttribute("The ID of the buddy control.")]
[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.BuddyControlEditor, ESRI.ArcGIS.ADF.Web.UI.WebControls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=8fc3cc631e44ad86")]
[ResCategoryAttribute("Buddy Controls")]
[DefaultValueAttribute()]
public string Name {get; set;}

See Also

© 2010 All Rights Reserved.