Gets or sets Field at the specified index.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

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

Parameters

caption
Type: System..::.String

See Also