 | IAppServiceContractGetAppSettings Method |
Update configuration
Namespace: SanteDB.Rest.AppServiceAssembly: SanteDB.Rest.AppService (in SanteDB.Rest.AppService.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
SyntaxList<AppSettingKeyValuePair> GetAppSettings(
string userName
)
Function GetAppSettings (
userName As String
) As List(Of AppSettingKeyValuePair)
List<AppSettingKeyValuePair^>^ GetAppSettings(
String^ userName
)
abstract GetAppSettings :
userName : string -> List<AppSettingKeyValuePair> Parameters
- userName String
[Missing <param name="userName"/> documentation for "M:SanteDB.Rest.AppService.IAppServiceContract.GetAppSettings(System.String)"]
Return Value
ListAppSettingKeyValuePair[Missing <returns> documentation for "M:SanteDB.Rest.AppService.IAppServiceContract.GetAppSettings(System.String)"]
See Also