This documentation is archived and is not being maintained.
Page.ID Property
.NET Framework 1.1
Gets or sets an identifier for a particular instance of the Page class.
[Visual Basic] Overrides Public Property ID As String [C#] public override string ID {get; set;} [C++] public: __property String* get_ID(); public: __property void set_ID(String*); [JScript] public override function get ID() : String; public override function set ID(String);
Property Value
The identifier for the instance of the Page class.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
Show: