IWbsVariables Interface

Handles WBS variables in a task.
Public Interface IWbsVariables
This language is not supported or no code example is available.
public interface IWbsVariables
This language is not supported or no code example is available.
Name Description
Public property Task Gets the task that contains the WBS variables.
Top
Methods
 
Name Description
Public method DeleteVariable(string) Deletes a WBS variable.
Public method GetVariableInfo(string) Gets the complete info about a WBS variable.
Public method GetVariableValue(string) Gets the value of a WBS variable.
Public method GetWbsVariableNames() 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.
Public method GetWbsVariableNames(bool) Gets the names of all WBS variables in the task. You can specify, whether to include also inherited variables from parent tasks.
Public method SetVariable(WbsVariableInfo) Sets or creates a WBS variable with specified details.
Public method SetVariable(string, object, VariableType) Sets or creates a WBS variable.
Top
Remarks
 
WBS variables are inherited down the WBS tree structure. A sub-task can explicitly override a variable from a parent task with a new type and value.
Version
 
Available since QDV 7.17.612.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition