Accessor which gets/sets whether innert dimension values will be returned for all dimensions There is no per-dimension setting

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

Syntax

C#
public OptionalBoolean IncludeInert { get; set; }
Visual Basic
Public Property IncludeInert As OptionalBoolean
	Get
	Set
Visual C++
public:
property OptionalBoolean^ IncludeInert {
	OptionalBoolean^ get ();
	void set (OptionalBoolean^ value);
}

Field Value

An
CopyC#
OptionalBoolean
that specifies whether innert values will be returned.
CopyC#
TRUE
indicates that innert values will be returned.
CopyC#
FALSE
indicates that innert values will not be returned. If the
CopyC#
OptionalBoolean
is empty, then the default value is
CopyC#
FALSE
.

See Also