Click or drag to resize

InitialConfigurationManagerGetSectionT Method

Get the specified configuration section

Namespace: SanteDB.Client.Configuration
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public T GetSection<T>()
where T : IConfigurationSection

Type Parameters

T
The configuration section type to retrieve

Return Value

T
The configuration section

Implements

IConfigurationManagerGetSectionT
See Also