bool Lock { get; set; }
Property Lock As Boolean Get Set
property bool Lock { bool get (); void set (bool value); }
abstract Lock : bool with get, set