[Missing <summary> documentation for "P:TinCan.LRSResponses.StatementLRSResponse.content"]

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

Syntax

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

Property Value

Type: Statement

See Also