 | DefaultUpstreamManagementServiceIsConfigured Method |
Determines if the upstream has been configured
Namespace: SanteDB.Client.Upstream.ManagementAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic bool IsConfigured()
Public Function IsConfigured As Boolean
public:
virtual bool IsConfigured() sealed
abstract IsConfigured : unit -> bool
override IsConfigured : unit -> bool
Return Value
BooleanTrue if the upstream is configured
Implements
IUpstreamManagementServiceIsConfigured
See Also