'DeclarationPublic Overrides NotOverridable Function GetItem( _ ByVal index As Object _ ) As JobVariable
public override JobVariable GetItem( object index )
Parameters
- index
 
            'DeclarationPublic 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. |