Gets the build tag at the specified index.

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

Parameters

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

Return Value

The build tag at the specified index.

See Also

BuildTagCollection Object | BuildTagCollection Members | HelpProducer Namespace