Adds a build tag to this collection.

[VBScript]
Public Sub Add( _
   ByVal buildTag As BuildTag _
)
[JScript]
public function Add(
   buildTag : BuildTag
);

Parameters

buildTag
The build tag to add to this collection.

See Also

BuildTagCollection Object | BuildTagCollection Members | HelpProducer Namespace