PaymentAddress.AddressLines 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.
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
Gets or sets the AddressLines.