Public Property IsShowSqlEnabled As Boolean
public bool IsShowSqlEnabled { get; set; }
public: property bool IsShowSqlEnabled { bool get (); void set (bool value); }
function get_isShowSqlEnabled(); function set_isShowSqlEnabled(value);