public DateTime? LunchStart { get; }
Public ReadOnly Property LunchStart As DateTime? Get
public: property Nullable<DateTime> LunchStart { Nullable<DateTime> get (); }
member LunchStart : Nullable<DateTime> with get
In This Article