| ServiceClientBaseClient Property |
Gets the client.
Namespace:
SanteDB.Core.Interop.Clients
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public IRestClient Client { get; }
Public ReadOnly Property Client As IRestClient
Get
public:
property IRestClient^ Client {
IRestClient^ get ();
}
member Client : IRestClient with get
Property Value
Type:
IRestClientThe client.
See Also