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