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