 | BiConfigurationSectionAutoRegisterDatamarts Property |
Gets or sets the identifiers of datamarts which should be automatically registered
Namespace: SanteDB.BI.ConfigurationAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic List<string> AutoRegisterDatamarts { get; set; }Public Property AutoRegisterDatamarts As List(Of String)
Get
Set
public:
property List<String^>^ AutoRegisterDatamarts {
List<String^>^ get ();
void set (List<String^>^ value);
}member AutoRegisterDatamarts : List<string> with get, set
Property Value
ListString
See Also