| ServiceClientDescriptionTrace Property |
Gets whether a tracing is enabled.
Namespace:
SanteDB.Core.Http
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public bool Trace { get; set; }
Public Property Trace As Boolean
Get
Set
public:
virtual property bool Trace {
bool get () sealed;
void set (bool value) sealed;
}
abstract Trace : bool with get, set
override Trace : bool with get, set
Property Value
Type:
BooleanImplements
IRestClientDescriptionTraceSee Also