PaymentDeviceConfiguration.IsAutoPrintReceiptsEnabled Property

Definition

public:
 property bool IsAutoPrintReceiptsEnabled { bool get(); void set(bool value); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
/// [set: Windows.Foundation.Metadata.Experimental]
bool IsAutoPrintReceiptsEnabled();

void IsAutoPrintReceiptsEnabled(bool value);
[Windows.Foundation.Metadata.Experimental]
public bool IsAutoPrintReceiptsEnabled { [Windows.Foundation.Metadata.Experimental] get; [Windows.Foundation.Metadata.Experimental] set; }
var boolean = paymentDeviceConfiguration.isAutoPrintReceiptsEnabled;
paymentDeviceConfiguration.isAutoPrintReceiptsEnabled = boolean;
Public Property IsAutoPrintReceiptsEnabled As Boolean

Property Value

Boolean

bool

Attributes

Applies to