SiteMapNode.INavigateUIData.Name Propriété
Définition
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 Title n’est défini pour le nœud.Text that is displayed for a node of a navigation control; otherwise, Empty if no Title is set for the node.
Implémente
Remarques
La INavigateUIData.Name propriété délègue à la Title propriété.The INavigateUIData.Name property delegates to the Title property.
Ce membre est une implémentation d'un membre d'interface explicite.This member is an explicit interface member implementation. Il peut uniquement être utilisé lorsque l'instance de SiteMapNode est castée en interface INavigateUIData.It can be used only when the SiteMapNode instance is cast to an INavigateUIData interface.