Retrieves the value of a build tag.

[VBScript]
Public Function GetValue( _
   ByVal name As String, _
   ByVal defaultValue As Object _
) As String
[JScript]
public function GetValue(
   name : String,
   defaultValue : Object
) : String;

Parameters

name
The name of the build tag to get.
defaultValue
The default value to return if the build tag is not found.

Return Value

The value of the build tag, or defaultValue if the build tag was not found.

See Also

BuildTagCollection Object | BuildTagCollection Members | HelpProducer Namespace