Page.ID Vlastnost

Definice

Získá nebo nastaví identifikátor pro konkrétní instanci Page třídy.

public:
 virtual property System::String ^ ID { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public override string ID { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.ID : string with get, set
Public Overrides Property ID As String

Hodnota vlastnosti

Identifikátor instance Page třídy. Výchozí hodnota je "_Page".

Atributy

Platí pro

Viz také