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