Returns the value.

Namespace: Endeca.Navigation.Charting
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

C#
public virtual string Value { get; }
Visual Basic
Public Overridable ReadOnly Property Value As String
	Get
Visual C++
public:
virtual property String^ Value {
	String^ get ();
}

Field Value

The value as a String.

See Also