QDVWBS.GetGlobalVariableNames Method

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

Gets the list of names of all global variables.
[Obsolete("Instead, use Qdv.UserApi.IGlobalVariables.GetVariableNames.
    The IGlobalVariables can be obtained from the Qdv.UserApi.IEstimateVersion.GlobalVariables property.
   ")] 
public IList<string> GetGlobalVariableNames()
This language is not supported or no code example is available.

Return Value

IList<string>

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition