public Nullable<bool> AllowReuse { get; set; }
Public Property AllowReuse As Nullable(Of Boolean) Get Set
public: property Nullable<bool^> AllowReuse { Nullable<bool^> get (); void set (Nullable<bool^> value); }