ID Attribute | id Property
Sets or retrieves a value that indicates the string that identifies the object.
Syntax
Visual Basic Overridable Public Property id As string C# public virtual string id { get; set; } Managed C++ public: __property virtual string get_id();
public: __property virtual void set_id(string);JScript public function get id() : string;
public function set id(string);
Possible Values
p string that specifies or receives any alphanumeric string that begins with a letter. The underscore (_) can also be used. The property is read/write. The property has no default value.
Applies To
BaseChildNode
See Also
Internet Explorer WebControls, About the TabStrip WebControl, About the Toolbar WebControl, About the TreeView WebControl