Gets or sets whether to expose the dimension. When this is set to false, all other properties are trumped and the dimension is not exposed. Set to true by default.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
[DefaultValueAttribute(true)]
public bool IsExposed { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(True)> _
Public Property IsExposed As Boolean
Visual C++
[DefaultValueAttribute(true)]
public:
property bool IsExposed {
	bool get ();
	void set (bool value);
}

See Also