IWbsVariables.GetWbsVariableNames Method

Gets the names of all available WBS variables in the task, including those that don't exist in the current task, but they are inherited from parent tasks.
Function GetWbsVariableNames() As IEnumerable(Of String)
This language is not supported or no code example is available.
IEnumerable<string> GetWbsVariableNames()
This language is not supported or no code example is available.

Return Value

IEnumerable<string>

All available variables, including the inherited ones.

Version
 
Available since QDV 7.17.612.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition