PowerTCP Emulation for .NET CF
Answer Property
See Also  Send comments on this topic.
Dart.Emulation Namespace > Vt Class : Answer Property




Gets or sets a string expression to be sent by the control whenever an ENQ is received.

Syntax

Visual Basic (Declaration) 
Public Property Answer As String
Visual Basic (Usage)Copy Code
Dim instance As Vt
Dim value As String
 
instance.Answer = value
 
value = instance.Answer
C# 
public string Answer {get; set;}
Managed Extensions for C++ 
public: __property string* get_Answer();
public: __property void set_Answer( 
   string* value
);
C++/CLI 
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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.