Gets the collection of DimensionStates that belong to this DimensionStateGroup.

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

Syntax

C#
public IndexedCollection<DimensionState> DimensionStates { get; }
Visual Basic (Declaration)
Public ReadOnly Property DimensionStates As IndexedCollection(Of DimensionState)
Visual C++
public:
property IndexedCollection<DimensionState^>^ DimensionStates {
	IndexedCollection<DimensionState^>^ get ();
}

See Also