| AssemblyMatchConfigurationSectionAssemblies Property |
Gets the base path from which the file based configuration should be loaded
Namespace:
SanteDB.Matcher.Configuration
Assembly:
SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax public 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
Type:
ListStringSee Also