| ServiceClientDescriptionEndpoint Property |
Gets or sets the endpoints
Namespace:
SanteDB.Core.Http
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public List<IRestClientEndpointDescription> Endpoint { get; }
Public ReadOnly Property Endpoint As List(Of IRestClientEndpointDescription)
Get
public:
virtual property List<IRestClientEndpointDescription^>^ Endpoint {
List<IRestClientEndpointDescription^>^ get () sealed;
}
abstract Endpoint : List<IRestClientEndpointDescription> with get
override Endpoint : List<IRestClientEndpointDescription> with get
Property Value
Type:
ListIRestClientEndpointDescriptionImplements
IRestClientDescriptionEndpointSee Also