 | AdoPersistenceConfigurationSectionWarehouseConnectionStringSkel Property |
Gets or sets the name of the skeleton connection string for the warehouse
Namespace: SanteDB.Persistence.Data.ConfigurationAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic string WarehouseConnectionStringSkel { get; set; }Public Property WarehouseConnectionStringSkel As String
Get
Set
public:
property String^ WarehouseConnectionStringSkel {
String^ get ();
void set (String^ value);
}member WarehouseConnectionStringSkel : string with get, set
Property Value
String
See Also