Addresses Property

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Gets or sets the customer addresses.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Addresses As IList(Of Address)
    Get
    Set
'Usage
Dim instance As Customer
Dim value As IList(Of Address)

value = instance.Addresses

instance.Addresses = value
[DataMemberAttribute]
public IList<Address> Addresses { get; set; }
[DataMemberAttribute]
public:
property IList<Address^>^ Addresses {
    IList<Address^>^ get ();
    void set (IList<Address^>^ value);
}

Property Value

Type: System.Collections.Generic.IList<Address>
Returns IEnumerable<T>.

See Also

Reference

Customer Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace