Fieldsitem Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the field from this fields collection
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Field this[
Object Index
] { get; set; }
Public Default Property item (
Index As Object
) As Field
Get
Set
public:
virtual property Field^ default[Object^ Index] {
Field^ get (Object^ Index) sealed;
void set (Object^ Index, Field^ value) sealed;
}
function get_item(Index);
function set_item(value);
Parameters
- Index
- Type: SystemObject
An expression that identifies a particular field in this fields collection.If Index is a numeric expression, it must be a number from 1 through the value of the field collection's Count property. If Index is a String expression, it must correspond to the name of the field.
Return Value
Type:
FieldThe field
Remarks See Also