'Declaration
Public Overrides NotOverridable Function GetItem( _ ByVal index As Object _ ) As JobVariable
public override JobVariable GetItem( object index )
Parameters
- index
'Declaration
Public Overrides NotOverridable Function GetItem( _ ByVal index As Object _ ) As JobVariable
public override JobVariable GetItem( object index )
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Thrown if index is a numeric value that is outside the bounds of the collection. |
System.ArgumentException | Thrown if index is not an integer, string, or OID. |