C# Class RecurringIntegrationApp.SettingManager

Settings manager to manage the client settings for the app
ファイルを表示 Open project: Microsoft/Dynamics-AX-Integration

Public Methods

Method Description
ReadSetting ( string key ) : string

Read a specific setting value for the given key

Method Details

ReadSetting() public static method

Read a specific setting value for the given key
public static ReadSetting ( string key ) : string
key string Key
return string