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