 | Hl7QueryParameterMapMap Property |
The type of the map
Namespace: SanteDB.Messaging.HL7.ParameterMapAssembly: SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 3.0.2081-alpha+e82e56b43bfab0d631a8b4d1ba2ab44b8aff02dd
Syntaxpublic List<Hl7QueryParameterType> Map { get; set; }Public Property Map As List(Of Hl7QueryParameterType)
Get
Set
public:
property List<Hl7QueryParameterType^>^ Map {
List<Hl7QueryParameterType^>^ get ();
void set (List<Hl7QueryParameterType^>^ value);
}member Map : List<Hl7QueryParameterType> with get, set
Property Value
ListHl7QueryParameterType
See Also