| Hl7InterceptorConfigurationElementEndpoints Property |
Represents endpoints
Namespace:
SanteDB.Messaging.HL7.Configuration
Assembly:
SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 2.2.1
Syntax public List<Hl7RemoteEndpointConfiguration> Endpoints { get; set; }
Public Property Endpoints As List(Of Hl7RemoteEndpointConfiguration)
Get
Set
public:
property List<Hl7RemoteEndpointConfiguration^>^ Endpoints {
List<Hl7RemoteEndpointConfiguration^>^ get ();
void set (List<Hl7RemoteEndpointConfiguration^>^ value);
}
member Endpoints : List<Hl7RemoteEndpointConfiguration> with get, set
Property Value
Type:
ListHl7RemoteEndpointConfigurationSee Also