 | FhirServiceConfigurationSectionDefaultResponseFormat Property |
Default content type
Namespace: SanteDB.Messaging.FHIR.ConfigurationAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntaxpublic FhirResponseFormatConfiguration DefaultResponseFormat { get; set; }Public Property DefaultResponseFormat As FhirResponseFormatConfiguration
Get
Set
public:
property FhirResponseFormatConfiguration DefaultResponseFormat {
FhirResponseFormatConfiguration get ();
void set (FhirResponseFormatConfiguration value);
}member DefaultResponseFormat : FhirResponseFormatConfiguration with get, set
Property Value
FhirResponseFormatConfiguration
See Also