|  | DbPersonLanguageCommunicationIsPreferred Property  | 
 
            Gets or sets wheter this person prefers to be contacted in this language
            
 
    Namespace: 
   SanteDB.DisconnectedClient.SQLite.Model.Entities
    Assembly:
   SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
 Syntax
Syntaxpublic bool IsPreferred { get; set; }Public Property IsPreferred As Boolean
	Get
	Set
public:
property bool IsPreferred {
	bool get ();
	void set (bool value);
}member IsPreferred : bool with get, set
Property Value
Type: 
Boolean See Also
See Also