MobilePage.Title Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le titre de la page. Cette fonctionnalité n'est pas prise en charge pour les pages Mobile. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET.
public:
property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(false)]
public string Title { get; set; }
[<System.ComponentModel.Bindable(false)>]
member this.Title : string with get, set
Public Property Title As String
Valeur de propriété
Chaîne vide.
- Attributs
Exceptions
Une tentative de définition de la propriété Title a été effectuée.