public bool InPlaceEditorIsReadOnly { get; set; }
Public Property InPlaceEditorIsReadOnly As Boolean
Get
Set
public:
property bool InPlaceEditorIsReadOnly {
bool get ();
void set (bool value);
}
member InPlaceEditorIsReadOnly : bool with get, set