| IFhirOperationHandlerParameters Property |
Get the parameter list for this object
Namespace:
SanteDB.Messaging.FHIR.Extensions
Assembly:
SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax IDictionary<string, FHIRAllTypes> Parameters { get; }
ReadOnly Property Parameters As IDictionary(Of String, FHIRAllTypes)
Get
property IDictionary<String^, FHIRAllTypes>^ Parameters {
IDictionary<String^, FHIRAllTypes>^ get ();
}
abstract Parameters : IDictionary<string, FHIRAllTypes> with get
Property Value
Type:
IDictionaryString,
FHIRAllTypesSee Also