 | AssemblyMatchConfigurationSectionAssemblies Property |
Gets the base path from which the file based configuration should be loaded
Namespace: SanteDB.Matcher.ConfigurationAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic List<string> Assemblies { get; set; }Public Property Assemblies As List(Of String)
Get
Set
public:
property List<String^>^ Assemblies {
List<String^>^ get ();
void set (List<String^>^ value);
}member Assemblies : List<string> with get, set
Property Value
ListString
See Also