Gets or sets the response text.

Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public string ResponseText { get; set; }
Public Property ResponseText As String
	Get
	Set
public:
property String^ ResponseText {
	String^ get ();
	void set (String^ value);
}
member ResponseText : string with get, set

Property Value

String

See Also