Gets the alias at the specified index.

[VBScript]
Public Function Item( _
   ByVal index As Object _
) As Alias
[JScript]
public function Item(
   index : Object
) : Alias;

Parameters

index
The zero-based index or the name of the alias to get.

Return Value

The alias at the specified index.

See Also

AliasCollection Object | AliasCollection Members | HelpProducer Namespace