PaymentDeviceTransactionResult.CustomerSignature Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property IBuffer ^ CustomerSignature { IBuffer ^ get(); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
IBuffer CustomerSignature();
[Windows.Foundation.Metadata.Experimental]
public IBuffer CustomerSignature { [Windows.Foundation.Metadata.Experimental] get; }
var iBuffer = paymentDeviceTransactionResult.customerSignature;
Public ReadOnly Property CustomerSignature As IBuffer
Property Value
- Attributes