public int SweepPoints { get; set; }Public Property SweepPoints As Integer
	Get
	Setpublic:
virtual property int SweepPoints {
	int get () sealed;
	void set (int value) sealed;
}abstract SweepPoints : int with get, set
override SweepPoints : int with get, set