ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > ParameterList Class : Item Property |
'Declaration Public ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As Parameter
'Usage Dim instance As ParameterList Dim index As System.Integer Dim value As Parameter value = instance.Item(index)
public: __property Parameter* get_Item System.int index ;