AddressValidationResponse.SuggestedAddresses 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.
Gets or sets the suggested addresses.
public System.Collections.Generic.List<Microsoft.Store.PartnerCenter.Models.Address> SuggestedAddresses { get; set; }
member this.SuggestedAddresses : System.Collections.Generic.List<Microsoft.Store.PartnerCenter.Models.Address> with get, set
Public Property SuggestedAddresses As List(Of Address)