Gets the unique, hierarchically qualified identifier for the server control.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public override string UniqueID { get; }
Visual Basic
Public Overrides ReadOnly Property UniqueID As String
	Get

Field Value

Return Value

The fully qualified identifier for the server control.

See Also