[Missing <summary> documentation for "P:TinCan.StatementsResult.more"]
Assembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)
Syntax
| C# |
|---|
public string more { get; set; } |
| Visual Basic |
|---|
Public Property more As String Get Set |
| Visual C++ |
|---|
public: property String^ more { String^ get (); void set (String^ value); } |
| F# |
|---|
member more : string with get, set |