| DcDataConfigurationSectionMailDataStore Property |
Gets or sets the name of the alerts data store
Namespace:
SanteDB.DisconnectedClient.Configuration.Data
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public string MailDataStore { get; set; }
Public Property MailDataStore As String
Get
Set
public:
property String^ MailDataStore {
String^ get ();
void set (String^ value);
}
member MailDataStore : string with get, set
Property Value
Type:
StringSee Also