Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

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

Property Value

Type: Int32

See Also