| DbMailMessageCreatedBy Property |
The principal that created the message
Namespace:
SanteDB.DisconnectedClient.SQLite.Mail
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public string CreatedBy { get; set; }
Public Property CreatedBy As String
Get
Set
public:
property String^ CreatedBy {
String^ get ();
void set (String^ value);
}
member CreatedBy : string with get, set
Property Value
Type:
StringSee Also