| ServiceOptionsEndpoints Property |
Gets or sets the endpoint options
Namespace:
SanteDB.Core.Interop
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public 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
Type:
ListServiceEndpointOptionsSee Also