Freigeben über


PaymentAddress.AddressLines Eigenschaft

Definition

Die Adresszeilen.

public:
 property IVectorView<Platform::String ^> ^ AddressLines { IVectorView<Platform::String ^> ^ get(); void set(IVectorView<Platform::String ^> ^ value); };
IVectorView<winrt::hstring> AddressLines();

void AddressLines(IVectorView<winrt::hstring> value);
public IReadOnlyList<string> AddressLines { get; set; }
var iVectorView = paymentAddress.addressLines;
paymentAddress.addressLines = iVectorView;
Public Property AddressLines As IReadOnlyList(Of String)

Eigenschaftswert

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

Ruft die Adresslinien ab oder legt diese fest.

Gilt für: