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