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