| 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
)
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