FTPConnectionEventsEnabled Property |
Determines whether or not events are currently enabled.
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic bool EventsEnabled { get; set; }Public Property EventsEnabled As Boolean
Get
Set
public:
property bool EventsEnabled {
bool get ();
void set (bool value);
}member EventsEnabled : bool with get, set
Property Value
Type:
BooleanThe
EventsEnabled flag determines whether or not events are currently enabled.
If the flag is
true (the default) then events will fire as appropriate.
If the flag is
false then no events will be fired by this object.
See Also