BuildTagCollection.SetValue Method |
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 );
If there is no build tag with the specified name, a new build tag is created.
BuildTagCollection Object | BuildTagCollection Members | HelpProducer Namespace