| SanteDBConfigurationSections Property |
Configuration sections
Namespace:
SanteDB.Core.Configuration
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public List<Object> Sections { get; set; }
Public Property Sections As List(Of Object)
Get
Set
public:
property List<Object^>^ Sections {
List<Object^>^ get ();
void set (List<Object^>^ value);
}
member Sections : List<Object> with get, set
Property Value
Type:
ListObjectThe sections.
See Also