 | FhirDispatcherTargetConfigurationEndpoint Property |
Gets or sets the endpoint where audits should be sent
Namespace: SanteDB.Messaging.FHIR.ConfigurationAssembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntaxpublic string Endpoint { get; set; }Public Property Endpoint As String
Get
Set
public:
property String^ Endpoint {
String^ get ();
void set (String^ value);
}member Endpoint : string with get, set
Property Value
String
See Also