[Missing <summary> documentation for "P:TinCan.Result.response"]

Namespace: TinCan
Assembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)

Syntax

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

Property Value

Type: String

See Also