Item Property (IJobVariableDictionary)
In This Topic
Gets the item with the specified string or integer index.
Syntax
'Declaration
<NotNullAttribute()>
Default Property Item( _
ByVal As Object _
) As String
[NotNull()]
string this[
object
]; {get; set;}
Parameters
- index
See Also