| FhirDispatcherConfigurationSectionTargets Property |
Targets for the dispatcher
Namespace:
SanteDB.Messaging.FHIR.Configuration
Assembly:
SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax public 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
Type:
ListFhirDispatcherTargetConfigurationSee Also