Gets the value of the property.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

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

Field Value

Value of the property.

Remarks

Returned object is of type String.

See Also