Page.ID Property
.NET Framework 2.0
Gets or sets an identifier for a particular instance of the Page class.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public Overrides Property ID As String 'Usage Dim instance As Page Dim value As String value = instance.ID instance.ID = value
/** @property */ public String get_ID () /** @property */ public void set_ID (String value)
public override function get ID () : String public override function set ID (value : String)
Not applicable.
Property Value
The identifier for the instance of the Page class. The default value is '_Page'.Community Additions
ADD
Show: