Accessor that gets whether this
CopyC# is empty.
Set operation is not supported.
Namespace: Endeca.NavigationOptionalInt
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 thisOptionalInt
Exceptions
| Exception | Condition |
|---|---|
| System..::..NotSupportedException | If trying to use the set functionality. Set is unsupported. |