 | InitialConfigurationManagerGetSectionT Method |
Get the specified configuration section
Namespace: SanteDB.Client.ConfigurationAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic T GetSection<T>()
where T : IConfigurationSection
Public Function GetSection(Of T As IConfigurationSection) As T
public:
generic<typename T>
where T : IConfigurationSection
virtual T GetSection() sealed
abstract GetSection : unit -> 'T when 'T : IConfigurationSection
override GetSection : unit -> 'T when 'T : IConfigurationSection
Type Parameters
- T
- The configuration section type to retrieve
Return Value
TThe configuration section
Implements
IConfigurationManagerGetSectionT
See Also