| AgsServiceConfigurationEndpoints Property |
Gets or sets the endpoints
Namespace:
SanteDB.DisconnectedClient.Ags.Configuration
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax public List<AgsEndpointConfiguration> Endpoints { get; set; }
Public Property Endpoints As List(Of AgsEndpointConfiguration)
Get
Set
public:
property List<AgsEndpointConfiguration^>^ Endpoints {
List<AgsEndpointConfiguration^>^ get ();
void set (List<AgsEndpointConfiguration^>^ value);
}
member Endpoints : List<AgsEndpointConfiguration> with get, set
Property Value
Type:
ListAgsEndpointConfigurationSee Also