public Nullable<int> ByMinute { get; set; }
Public Property ByMinute As Nullable(Of Integer) Get Set
public: property Nullable<int> ByMinute { Nullable<int> get (); void set (Nullable<int> value); }