[Missing <summary> documentation for "P:TinCan.StatementsQuery.limit"]

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

Syntax

C#
public Nullable<int> limit { get; set; }
Visual Basic
Public Property limit As Nullable(Of Integer)
	Get
	Set
Visual C++
public:
property Nullable<int> limit {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
F#
member limit : Nullable<int> with get, set

Property Value

Type: Nullable<(Of <(<'Int32>)>)>

See Also