public bool Lock { get; set; }
Public Property Lock As Boolean Get Set
public: property bool Lock { bool get (); void set (bool value); }