AVEVA CAF API Documenation

Aveva.ApplicationFramework Namespace > BaseConfigurationProvider<TS> Class > GetConfigurationValue Method : GetConfigurationValue<T>(String,Func<TS,ConfigurationValue<T>>) Method
GetConfigurationValue<T>(String,Func<TS,ConfigurationValue<T>>) Method
Get Configuration Value
Syntax
protected:
ConfigurationValue<T^>^ GetConfigurationValuegeneric<typename T>
( 
   String^ key,
   Func<TS^,ConfigurationValue<T^>^>^ getter
) 

Parameters

key
getter

Type Parameters

T

Return Value

ConfigurationValue/
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