 | SanteDBConfigurationSections Property |
Configuration sections
Namespace: SanteDB.Core.ConfigurationAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic 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
ListObjectThe sections.
See Also