public required bool Updated { get; init; }
Public Property Updated As Boolean Get Set
public: property bool Updated { bool get (); void set (bool value); }
member Updated : bool with get, set
In This Article