public bool? IsReadOnly { get; set; }
Public Property IsReadOnly As Boolean? Get Set
public: property Nullable<bool> IsReadOnly { Nullable<bool> get (); void set (Nullable<bool> value); }
member IsReadOnly : Nullable<bool> with get, set
In This Article