Accessor that gets whether this
CopyC#
OptionalInt
is empty. Set operation is not supported.

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

Syntax

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

Return Value

True if this
CopyC#
OptionalInt
is empty, false otherwise.

Exceptions

ExceptionCondition
System..::..NotSupportedException If trying to use the set functionality. Set is unsupported.

See Also