Gets or sets the programmatic identifier assigned to the server control.


Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)

Syntax

Visual Basic (Declaration)
<CategoryAttribute("Configuration"), _
 BrowsableAttribute(True)>

Public Overrides Property ID As String
C#
[CategoryAttribute("Configuration")]
[BrowsableAttribute(True)]
public override string ID { get; set; }
C++
[CategoryAttribute(L"Configuration")]
[BrowsableAttribute(True)]
public override property string ID override  {
    String get();
    void set(String value);
}
J#
/** @attribute CategoryAttribute("Configuration") */
/** @attribute BrowsableAttribute(True) */
/** property */
public string get_ID();

/** property */
public void set_ID(string value);
JScript
public function get ID() : String

public function set ID(value : String);

Property Value

The programmatic identifier assigned to the control.

See Also