| EntityNames Property |
Gets a list of all names associated with the entity
Namespace:
SanteDB.Core.Model.Entities
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public List<EntityName> Names { get; set; }
Public Property Names As List(Of EntityName)
Get
Set
public:
property List<EntityName^>^ Names {
List<EntityName^>^ get ();
void set (List<EntityName^>^ value);
}
member Names : List<EntityName> with get, set
Property Value
Type:
ListEntityNameSee Also