Share via


AddressFilter 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 filter criteria.

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

Syntax

'Declaration
Public Enumeration AddressFilter
'Usage
Dim instance As AddressFilter
public enum AddressFilter
public enum class AddressFilter

Members

Member name Description
None No filter is specified.
Countries Specifies the Country/region as filter.
StateProvinces Specifies the State provinces as filter.
Counties Specifies the counties as filter.
Cities Specifies the cities as filter.
ZipCodes Specifies the zipcodes as filter.
Districts Specifies the districts as filter.
AddressByZipCode

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace