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