In This Topic

ID Property

In This Topic
Gets or sets the programmatic identifier assigned to the server control.
Syntax
'Declaration
 
Public Overrides NotOverridable Property ID As String
public override string ID {get; set;}

Property Value

The programmatic identifier assigned to the control.
See Also