| 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
)
Public Function GetSection (
t As Type
) As Object
public:
Object^ GetSection(
Type^ t
)
member GetSection :
t : Type -> Object
Parameters
- t
- Type: SystemType
T.
Return Value
Type:
ObjectThe section.
See Also