| PersonLanguageCommunication Property |
Gets the person's languages of communication
Namespace:
SanteDB.Core.Model.Entities
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public List<PersonLanguageCommunication> LanguageCommunication { get; set; }
Public Property LanguageCommunication As List(Of PersonLanguageCommunication)
Get
Set
public:
property List<PersonLanguageCommunication^>^ LanguageCommunication {
List<PersonLanguageCommunication^>^ get ();
void set (List<PersonLanguageCommunication^>^ value);
}
member LanguageCommunication : List<PersonLanguageCommunication> with get, set
Property Value
Type:
ListPersonLanguageCommunicationSee Also