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

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

Syntax

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

Property Value

Type: ActivityProfileDocument

See Also