다음을 통해 공유


AddressFormatLineType Enumeration

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.

Represents the address format line type.

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

Syntax

'Declaration
<DataContractAttribute> _
Public Enumeration AddressFormatLineType
'Usage
Dim instance As AddressFormatLineType
[DataContractAttribute]
public enum AddressFormatLineType
[DataContractAttribute]
public enum class AddressFormatLineType

Members

Member name Description
None No address format line type specified.
ZipCode The zip code.
City The city name.
County The county name.
State The state name.
CountryRegion The country/region name.
StreetName The street name.
District The district name.
StreetNumber The street number.
BuildingCompliment The building compliment.
Postbox The P.O. box.
House_RU The house (Russia).
Flat_RU The flat (Russia).
CountryOKSMCode_RU The country code (Russia).

Remarks

Maps to the LogisticsAddressElement enum in AX.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace