 | FhirAuditDispatcherFeatureConfiguration Property |
Gets the configuration
Namespace: SanteDB.Messaging.FHIR.Configuration.FeatureAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntaxpublic Object Configuration { get; set; }Public Property Configuration As Object
Get
Set
public:
virtual property Object^ Configuration {
Object^ get () sealed;
void set (Object^ value) sealed;
}abstract Configuration : Object with get, set
override Configuration : Object with get, set
Property Value
ObjectImplements
IFeatureConfiguration
See Also