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