FiscalPrinter.MessageType Property
2/27/2008
Gets or sets the kind of message to be printed when you use the PrintRecMessage method.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride Property MessageType As FiscalMessageType
public abstract FiscalMessageType MessageType { get; set; }
public:
virtual property FiscalMessageType MessageType {
FiscalMessageType get () abstract;
void set (FiscalMessageType value) abstract;
}
/** @property */
public abstract FiscalMessageType get_MessageType ()
/** @property */
public abstract void set_MessageType (FiscalMessageType value)
public abstract function get MessageType () : FiscalMessageType
public abstract function set MessageType (value : FiscalMessageType)
Remarks
Valid types are defined by the FiscalMessageType enumeration.
MessageLength is set and kept current by the service object while the device is enabled.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
FiscalPrinter Class
FiscalPrinter Members
Microsoft.PointOfService Namespace