Share via


PaymentAddress.AddressLines Property

Definition

The address lines.

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)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

Gets or sets the AddressLines.

Applies to