Gets the dimensions to turn on "showcounts".

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[CommandParameterPropertyAttribute(Key = "Drc")]
public Collection<string> ShowCountsDimensionIds { get; set; }
Visual Basic (Declaration)
<CommandParameterPropertyAttribute(Key := "Drc")> _
Public Property ShowCountsDimensionIds As Collection(Of String)
Visual C++
[CommandParameterPropertyAttribute(Key = L"Drc")]
public:
property Collection<String^>^ ShowCountsDimensionIds {
	Collection<String^>^ get ();
	void set (Collection<String^>^ value);
}

See Also