| Hl7ConfigurationSectionBirthplaceClassKeys Property |
Birthplace class keys
Namespace:
SanteDB.Messaging.HL7.Configuration
Assembly:
SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 2.2.1
Syntax public List<Guid> BirthplaceClassKeys { get; set; }
Public Property BirthplaceClassKeys As List(Of Guid)
Get
Set
public:
property List<Guid>^ BirthplaceClassKeys {
List<Guid>^ get ();
void set (List<Guid>^ value);
}
member BirthplaceClassKeys : List<Guid> with get, set
Property Value
Type:
ListGuidSee Also