GetUserVariable

Method of IProject

Description

Read user variable value by name

Parameters

Return Value

Syntax

JavaScript

var pVal = Project.GetUserVariable(strName, strConfiguration);

Visual Basic Script

pVal = Project.GetUserVariable strName, strConfiguration

C++

VARIANT Val;
HRESULT hr = Project.GetUserVariable(strName, strConfiguration, &Val);

See Also

IProject