INavigateUIData.Value Property

Gets a non-displayed value that is used to store any additional data about the navigation node.

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

property String^ Value {
	String^ get ();
}
/** @property */
String get_Value ()

function get Value () : String

Not applicable.

Property Value

A value that is not displayed and is used to store additional data about the navigation node; otherwise, a null reference (Nothing in Visual Basic).

The Value property represents any additional data that is used by a navigation node, such as a TreeNode or MenuItem control, that is rendered as an HTML value attribute for the node.

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: