Get or sets whether logging for communication part is enabled.
Syntax
|
LogCommunication As Boolean
|
|
BOOL GetLogCommunication()
void SetLogCommunication(BOOL)
|
Return Value
Example
|
.LogCommunication = False
|
|
m_ctrl.SetLogCommunication(false);
|
Remarks
Persistent property.
See Also
|