Click or drag to resize

ConfigurationManagerGetSection Method (Type)

Gets the section of specified type.

Namespace:  SanteDB.DisconnectedClient.Configuration
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public Object GetSection(
	Type t
)

Parameters

t
Type: SystemType
T.

Return Value

Type: Object
The section.
See Also