Gets the unique, hierarchically qualified identifier for the server control.
Syntax
'Declaration
Public Overridable ReadOnly Property UniqueID As String
public virtual string UniqueID {get;}
Property Value
The fully qualified identifier for the server control.
See Also