Share via


PaymentDeviceReadCapabilitiesRequest.SupportedReportKinds Property

Definition

public:
 property IVector<Platform::String ^> ^ SupportedReportKinds { IVector<Platform::String ^> ^ get(); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
IVector<winrt::hstring> SupportedReportKinds();
[Windows.Foundation.Metadata.Experimental]
public IList<string> SupportedReportKinds { [Windows.Foundation.Metadata.Experimental] get; }
var iVector = paymentDeviceReadCapabilitiesRequest.supportedReportKinds;
Public ReadOnly Property SupportedReportKinds As IList(Of String)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Attributes

Applies to