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