 | Hl7InterceptorConfigurationElementEndpoints Property |
Represents endpoints
Namespace: SanteDB.Messaging.HL7.ConfigurationAssembly: SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 3.0.2081-alpha+e82e56b43bfab0d631a8b4d1ba2ab44b8aff02dd
Syntaxpublic 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
ListHl7RemoteEndpointConfiguration
See Also