Dart.Emulation Namespace > Vt Class : Answer Property |
<DefaultValueAttribute()> Public Property Answer As String
[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); }
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.