| ServiceClientDescriptionConfigurationEndpoint Property |
The endpoints of the client
Namespace:
SanteDB.DisconnectedClient.Configuration
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public List<ServiceClientEndpoint> Endpoint { get; set; }
Public Property Endpoint As List(Of ServiceClientEndpoint)
Get
Set
public:
property List<ServiceClientEndpoint^>^ Endpoint {
List<ServiceClientEndpoint^>^ get ();
void set (List<ServiceClientEndpoint^>^ value);
}
member Endpoint : List<ServiceClientEndpoint> with get, set
Property Value
Type:
ListServiceClientEndpointThe endpoint.
See Also