public bool IsNew { get; set; }
Public Property IsNew As Boolean Get Set
public: property bool IsNew { bool get (); void set (bool value); }
member IsNew : bool with get, set