IWbsVariables.GetWbsVariableNames (Boolean) Method

Gets the names of all WBS variables in the task. You can specify, whether to include also inherited variables from parent tasks.
Function GetWbsVariableNames( _ 
ByVal ignoreInherited As Boolean
) As IEnumerable(Of String)
This language is not supported or no code example is available.
IEnumerable<string> GetWbsVariableNames( 
bool ignoreInherited 
)
This language is not supported or no code example is available.

Parameters

ignoreInherited
bool

Indicates whether to include also inherited variables from parent tasks.

Return Value

IEnumerable<string>

All available variables, with or without 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