Gets or sets Field at the specified index.
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
C# |
---|
public Field this[ int index ] { get; set; } |
Visual Basic (Declaration) |
---|
Public Default Property Item ( _ index As Integer _ ) As Field |
Visual C++ |
---|
public: property Field^ default[int index] { Field^ get (int index); void set (int index, Field^ value); } |
Parameters
- index
- Type: System..::.Int32