PowerTCP Sockets for .NET
LocalEcho Property




Syntax
'Declaration
 
<DefaultValueAttribute(False)>
Public Property LocalEcho As Boolean
'Usage
 
Dim instance As PtyBase
Dim value As Boolean
 
instance.LocalEcho = value
 
value = instance.LocalEcho
[DefaultValue(false)]
public bool LocalEcho {get; set;}
[DefaultValue(false)]
public: __property bool get_LocalEcho();
public: __property void set_LocalEcho( 
   bool value
);
[DefaultValue(false)]
public:
property bool LocalEcho {
   bool get();
   void set (    bool value);
}
See Also

Reference

PtyBase Class
PtyBase Members


PowerTCP Sockets for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic