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

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

Syntax

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

Property Value

Type: StateDocument

See Also