IWbsVariables.DeleteVariable Method

Deletes a WBS variable.
Sub DeleteVariable( _ 
ByVal variableName As String
)
This language is not supported or no code example is available.
void DeleteVariable( 
string variableName 
)
This language is not supported or no code example is available.

Parameters

variableName
string

The name of the WBS variable.

Exception type Condition

QdvApiException

A problem occurred.

ArgumentNullException

The variableName is null reference (Nothing in Visual Basic).

ArgumentException

The value of variableName is invalid or it doesn't exist in the task.

Version
 
Available since QDV 7.17.612.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition