Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
RecurringIntegrationApp
SettingManager
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