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