This documentation is archived and is not being maintained.
ControlBuilder.ID Property
.NET Framework 1.1
Gets or sets the identifier property for the control to be built.
[Visual Basic] Public Property ID As String [C#] public string ID {get; set;} [C++] public: __property String* get_ID(); public: __property void set_ID(String*); [JScript] public function get ID() : String; public function set ID(String);
Property Value
The identifier property for the control.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
ControlBuilder Class | ControlBuilder Members | System.Web.UI Namespace
Show: