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