| EntityNameComponent Property |
Gets or sets the individual component types
Namespace:
SanteDB.Core.Model.Entities
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public List<EntityNameComponent> Component { get; set; }
Public Property Component As List(Of EntityNameComponent)
Get
Set
public:
property List<EntityNameComponent^>^ Component {
List<EntityNameComponent^>^ get ();
void set (List<EntityNameComponent^>^ value);
}
member Component : List<EntityNameComponent> with get, set
Property Value
Type:
ListEntityNameComponentSee Also