Share via


PaymentDeviceGetTerminalsRequest.TerminalIds Property

Definition

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

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Attributes

Applies to