Click or drag to resize

SanteDBConfigurationGetSection Method (Type)

Gets the section of specified type.

Namespace:  SanteDB.Core.Configuration
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public Object GetSection(
	Type t
)

Parameters

t
Type: SystemType
T.

Return Value

Type: Object
The section.
See Also