 | FhirProcessMessageOperationParameters Property |
Get the parameters
Namespace: SanteDB.Messaging.FHIR.OperationsAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntaxpublic IDictionary<string, FHIRAllTypes> Parameters { get; }Public ReadOnly Property Parameters As IDictionary(Of String, FHIRAllTypes)
Get
public:
virtual property IDictionary<String^, FHIRAllTypes>^ Parameters {
IDictionary<String^, FHIRAllTypes>^ get () sealed;
}abstract Parameters : IDictionary<string, FHIRAllTypes> with get
override Parameters : IDictionary<string, FHIRAllTypes> with get
Property Value
IDictionaryString,
FHIRAllTypesImplements
IFhirOperationHandlerParameters
See Also