 | QueryParameterMapMap Property |
The type of the map
Namespace: SanteDB.Messaging.FHIR.UtilAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntaxpublic List<QueryParameterType> Map { get; set; }Public Property Map As List(Of QueryParameterType)
Get
Set
public:
property List<QueryParameterType^>^ Map {
List<QueryParameterType^>^ get ();
void set (List<QueryParameterType^>^ value);
}member Map : List<QueryParameterType> with get, set
Property Value
ListQueryParameterType
See Also