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