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