Sets the value of a build tag.

[VBScript]
Public Sub SetValue( _
   ByVal name As String, _
   ByVal value As String _
)
[JScript]
public function SetValue(
   name : String,
   value : String
);

Parameters

name
The name of the build tag.
value
The value of the build tag.

Remarks

If there is no build tag with the specified name, a new build tag is created.

See Also

BuildTagCollection Object | BuildTagCollection Members | HelpProducer Namespace