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