Accessor that gets the
CopyC#
bool
of this
CopyC#
OptionalBool
. set is not supported.

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

Syntax

C#
public virtual bool BooleanValue { get; set; }
Visual Basic
Public Overridable Property BooleanValue As Boolean
	Get
	Set
Visual C++
public:
virtual property bool BooleanValue {
	bool get ();
	void set (bool value);
}

Exceptions

ExceptionCondition
System..::..NullReferenceException If trying to get the content of an empty bool.
System..::..NotSupportedException If trying to use the set functionality. Set is unsupported.

See Also