Returns the property value.

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

Syntax

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

Field Value

The property value, if this is a property. Otherwise returns null.

See Also