 | AmiConfigurationSectionEndpoints Property |
Extra endpoints
Namespace: SanteDB.Rest.AMI.ConfigurationAssembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic List<ServiceEndpointOptions> Endpoints { get; set; }Public Property Endpoints As List(Of ServiceEndpointOptions)
Get
Set
public:
property List<ServiceEndpointOptions^>^ Endpoints {
List<ServiceEndpointOptions^>^ get ();
void set (List<ServiceEndpointOptions^>^ value);
}member Endpoints : List<ServiceEndpointOptions> with get, set
Property Value
ListServiceEndpointOptions
See Also