Accessor that gets the
CopyC#
int
of this
CopyC#
OptionalInt
. set is not supported.

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

Syntax

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

Exceptions

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

See Also