Dart.PowerWEB.TextBox Namespace > BaseChildControl Class : ID Property (BaseChildControl) |
Gets or sets the programmatic identifier assigned to the server control.
[Visual Basic]
<NotifyParentPropertyAttribute(True)>
<DesignerSerializationVisibilityAttribute()>
Overrides Public Property ID As String
[C#]
[NotifyParentPropertyAttribute(true)]
[DesignerSerializationVisibilityAttribute()]
public override string ID {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)]
[DesignerSerializationVisibilityAttribute()]
public: __property string* get_ID()override ;
public: __property void set_ID(
string* value
)override ;
[C++/CLI]
[NotifyParentPropertyAttribute(true)]
[DesignerSerializationVisibilityAttribute()]
public:
property String^ ID override {
String^ get();
void set (String^ value);
}
The programmatic identifier assigned to the control.
PowerWEB will automatically assign values to this property on initialization. Do not modify the value of this property.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
BaseChildControl Class | BaseChildControl Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.