Click or drag to resize

IApplicationServiceContractGetAppSetting Method

Update configuration

Namespace:  SanteDB.DisconnectedClient.Ags.Contracts
Assembly:  SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax
List<AppSettingKeyValuePair> GetAppSetting(
	string scope,
	string keyMatch
)

Parameters

scope
Type: SystemString

[Missing <param name="scope"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Contracts.IApplicationServiceContract.GetAppSetting(System.String,System.String)"]

keyMatch
Type: SystemString

[Missing <param name="keyMatch"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Contracts.IApplicationServiceContract.GetAppSetting(System.String,System.String)"]

Return Value

Type: ListAppSettingKeyValuePair

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Ags.Contracts.IApplicationServiceContract.GetAppSetting(System.String,System.String)"]

See Also