QDVWBS.GetGlobalVariableValue Method

NOTE: This member is now obsolete. Instead, use Qdv.UserApi.IGlobalVariables.GetVariableValue. The IGlobalVariables can be obtained from the Qdv.UserApi.IEstimateVersion.GlobalVariables property.

Gets the value of a global variable.
[Obsolete("Instead, use Qdv.UserApi.IGlobalVariables.GetVariableValue.
    The IGlobalVariables can be obtained from the Qdv.UserApi.IEstimateVersion.GlobalVariables property.
   ")] 
public object GetGlobalVariableValue( 
ref string VariableName 
)
This language is not supported or no code example is available.

Parameters

VariableName
string

Return Value

object

The variable value or an empty string if the variable doesn't exist.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition