Accessor that gets and sets whether to expose the dimension value.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
C# |
---|
public virtual bool Exposed { get; set; } |
Visual Basic |
---|
Public Overridable Property Exposed As Boolean
Get
Set |
Visual C++ |
---|
public:
virtual property bool Exposed {
bool get ();
void set (bool value);
} |
Field Value
CopyC#
which is
CopyC#
(dimension value is exposed) or
CopyC#
(dimension value is not exposed).
Defaults to
CopyC#
.
See Also