PowerTCP Emulation for .NET
Answer Property




Gets or sets a string expression to be sent by the control whenever an ENQ is received.
Syntax
<DefaultValueAttribute()>
Public Property Answer As String
Dim instance As Vt
Dim value As String
 
instance.Answer = value
 
value = instance.Answer
[DefaultValue()]
public string Answer {get; set;}
[DefaultValue()]
public: __property string* get_Answer();
public: __property void set_Answer( 
   string* value
);
[DefaultValue()]
public:
property String^ Answer {
   String^ get();
   void set (    String^ value);
}

Property Value

A string representing the data to send when an ENQ request is received.
Remarks

A server may send an ENQ command to a client, requesting a response. The value of this property is sent as the response. This property defaults to an empty string, meaning no response is sent to an ENQ request.

See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic