GetAddressFormattingResponse Class

Represents the resposne for the GetAddressFormattingRequest.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Services.Messages
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Services.Messages (in Microsoft.Dynamics.Commerce.Runtime.Services.Messages.dll)

Syntax

'Declaration
Public Class GetAddressFormattingResponse _
    Inherits GetAddressInfoResponse(Of AddressFormattingInfo)
'Usage
Dim instance As GetAddressFormattingResponse
public class GetAddressFormattingResponse : GetAddressInfoResponse<AddressFormattingInfo>
public ref class GetAddressFormattingResponse : public GetAddressInfoResponse<AddressFormattingInfo^>

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.Services.ServiceResponse
    Microsoft.Dynamics.Commerce.Runtime.Services.Messages.GetAddressInfoResponse<AddressFormattingInfo>
      Microsoft.Dynamics.Commerce.Runtime.Services.Messages.GetAddressFormattingResponse

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.Services.Messages Namespace