[Missing <summary> documentation for "P:TinCan.Result.response"]
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 |