This documentation is archived and is not being maintained.

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 Value

Type: System::String
A value that is not displayed and is used to store additional data about the navigation node; otherwise, nullptr.

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 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Show: