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