Gets or sets a value indicating whether the
TcpBase.Log event should be raised.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property EnableLogEvent As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As TcpBase
Dim value As Boolean
instance.EnableLogEvent = value
value = instance.EnableLogEvent |
| C# | |
|---|
public bool EnableLogEvent {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property bool get_EnableLogEvent();
public: __property void set_EnableLogEvent(
bool value
); |
| C++/CLI | |
|---|
public:
property bool EnableLogEvent {
bool get();
void set ( bool value);
} |
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also