SiteMapNode.INavigateUIData.Name 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.
property System::String ^ System::Web::UI::INavigateUIData::Name { System::String ^ get(); };
string System.Web.UI.INavigateUIData.Name { get; }
member this.System.Web.UI.INavigateUIData.Name : string
ReadOnly Property Name As String Implements INavigateUIData.Name
Valeur de propriété
Texte affiché pour un nœud d’un contrôle de navigation ; sinon, Empty si aucun n’est Title défini pour le nœud.
Implémente
Remarques
La INavigateUIData.Name propriété délègue à la Title propriété.
Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance SiteMapNode est convertie en INavigateUIData interface.