GetCountiesResponse Constructor

Initializes a new instance of the GetCountiesResponse class.

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 Sub New ( _
    counties As IEnumerable(Of CountyInfo) _
)
'Usage
Dim counties As IEnumerable(Of CountyInfo)

Dim instance As New GetCountiesResponse(counties)
public GetCountiesResponse(
    IEnumerable<CountyInfo> counties
)
public:
GetCountiesResponse(
    IEnumerable<CountyInfo^>^ counties
)

Parameters

See Also

Reference

GetCountiesResponse Class

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