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