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