AVEVA CAF API Documenation

Aveva.ApplicationFramework Namespace > EnvironmentVariableConfiguration<T> Class : EnvironmentVariableConfiguration<T> Constructor
EnvironmentVariableConfiguration<T> Constructor
Constructor
Syntax
public EnvironmentVariableConfiguration<T>( 
   string environmentVariableName,
   string name,
   string keyPath,
   string context,
   string description,
   T default
)
public:
EnvironmentVariableConfiguration<T>( 
   String^ environmentVariableName,
   String^ name,
   String^ keyPath,
   String^ context,
   String^ description,
   T^ default
)

Parameters

environmentVariableName
name
keyPath
context
description
default
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also