 | FhirDispatcherConfigurationSectionTargets Property |
Targets for the dispatcher
Namespace: SanteDB.Messaging.FHIR.ConfigurationAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntaxpublic List<FhirDispatcherTargetConfiguration> Targets { get; set; }Public Property Targets As List(Of FhirDispatcherTargetConfiguration)
Get
Set
public:
property List<FhirDispatcherTargetConfiguration^>^ Targets {
List<FhirDispatcherTargetConfiguration^>^ get ();
void set (List<FhirDispatcherTargetConfiguration^>^ value);
}member Targets : List<FhirDispatcherTargetConfiguration> with get, set
Property Value
ListFhirDispatcherTargetConfiguration
See Also