Gets the DimensionStateGroup with the specified name, or null if there is no such group.

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

Syntax

C#
public DimensionStateGroup this[
	string name
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	name As String _
) As DimensionStateGroup
Visual C++
public:
property DimensionStateGroup^ default[String^ name] {
	DimensionStateGroup^ get (String^ name);
}

Parameters

name
Type: System..::.String
Name of the dimension state group to retrieve.

See Also