IWbsVariables.GetVariableInfo Method
Function GetVariableInfo( _
ByVal variableName As String _
) As WbsVariableInfo
This language is not supported or no code example is available.
Parameters
- variableName
- string
The name of the WBS variable.
Return Value
WbsVariableInfoThe variable details.
Exception type | Condition |
---|---|
A problem occurred. |
|
The variableName is null reference (Nothing in Visual Basic). |
|
The value of variableName is invalid or it doesn't exist in the task or a parent branch. |
If the variable is not explicitly defined in the task specified by Task,
this method tries to get inherited variable from parent tasks. You can test the WbsVariableInfo.Task
property of the result to determine whether the variable is defined in the current task
or in some parent task.
Available since QDV 7.17.612.