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