 | RestClientDescriptionConfigurationTrace Property |
Gets or sets the trace
Namespace: SanteDB.Core.Configuration.HttpAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic 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
BooleanImplements
IRestClientDescriptionTrace
See Also