INavigateUIData.Name Property

Gets the text that represents the name of a navigation node of a navigation control.

Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)

property String^ Name {
	String^ get ();
}
/** @property */
String get_Name ()

function get Name () : String

Not applicable.

Property Value

Text that represents the name of a node of a navigation control; otherwise, a null reference (Nothing in Visual Basic).

The Name property is rendered as the TreeNode.Text property of a TreeNode control and the MenuItem.Text property of a MenuItem control.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: