| DbPersonLanguageCommunicationLanguageCode Property |
Gets or sets the language code of the communication language
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Entities
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public string LanguageCode { get; set; }
Public Property LanguageCode As String
Get
Set
public:
property String^ LanguageCode {
String^ get ();
void set (String^ value);
}
member LanguageCode : string with get, set
Property Value
Type:
StringSee Also