| IRestClientDescriptionEndpoint Property |
Gets or sets the endpoints for the client
Namespace:
SanteDB.Core.Http.Description
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax List<IRestClientEndpointDescription> Endpoint { get; }
ReadOnly Property Endpoint As List(Of IRestClientEndpointDescription)
Get
property List<IRestClientEndpointDescription^>^ Endpoint {
List<IRestClientEndpointDescription^>^ get ();
}
abstract Endpoint : List<IRestClientEndpointDescription> with get
Property Value
Type:
ListIRestClientEndpointDescriptionSee Also