Gets or sets whether to show all dimension values, some (meaning the more button), or default to the settings in Developer Studio.

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

Syntax

C#
[DefaultValueAttribute(null)]
public Nullable<bool> LimitDimensionValues { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(Nothing)> _
Public Property LimitDimensionValues As Nullable(Of Boolean)
Visual C++
[DefaultValueAttribute(nullptr)]
public:
property Nullable<bool> LimitDimensionValues {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}

See Also