Active Query Builder 2 .NET Edition reference
Item Property (StatisticsDatabaseObjectList)



The zero-based index of the element to get or set.
Gets or sets the element at the specified index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As StatisticsDatabaseObject
'Usage
 
Dim instance As StatisticsDatabaseObjectList
Dim index As System.Integer
Dim value As StatisticsDatabaseObject
 
value = instance.Item(index)
public StatisticsDatabaseObject this[ 
   System.int index
]; {get;}
public: __property StatisticsDatabaseObject* get_Item   System.int index
;

Parameters

index
The zero-based index of the element to get or set.

Property Value

The element at the specified index.
See Also

Reference

StatisticsDatabaseObjectList Class
StatisticsDatabaseObjectList Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback