 | AppletConfigurationSectionDefaultSolution Property |
For deployments with multiple solutions on the server, this specifies the default solution.
Namespace: SanteDB.Core.Applets.ConfigurationAssembly: SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.2081-alpha+7b2a5ef9dec224f2debe0fde366fd06099cc30db
Syntaxpublic string DefaultSolution { get; set; }Public Property DefaultSolution As String
Get
Set
public:
property String^ DefaultSolution {
String^ get ();
void set (String^ value);
}member DefaultSolution : string with get, set
Property Value
String
See Also