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

Namespace:  Mindscape.LightSpeed.Web.WebForms
Assembly:  Mindscape.LightSpeed.Web (in Mindscape.LightSpeed.Web.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
[BrowsableAttribute(false)]
public override string ID { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public Overrides Property ID As String

Return Value

The programmatic identifier assigned to the control.

See Also