[Missing <summary> documentation for "P:TinCan.LRSResponses.LRSResponse.success"]

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

Syntax

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

Property Value

Type: Boolean

See Also