|
TFtpTraceEnabled Property
|
Set this property to
to disable tracing.
Namespace: GSF.Net.TFtp.TraceAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax public static bool Enabled { get; set; }
Public Shared Property Enabled As Boolean
Get
Set
public:
static property bool Enabled {
bool get ();
void set (bool value);
}
static member Enabled : bool with get, set
GSF.Net.TFtp.Trace.TFtpTrace.get_Enabled = function();
GSF.Net.TFtp.Trace.TFtpTrace.set_Enabled = function(value);
View SourceProperty Value
BooleanSee Also