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
); |
Property Value
A string representing the data to send when an ENQ request is received.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also