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

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

Syntax

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

Property Value

Type: List<(Of <(<'String>)>)>

See Also