| CountryKey Constructor |
Initializes a new instance of the
CountryKey class
Namespace:
Dynamicweb.Ecommerce.International
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public CountryKey(
string code2,
string regionCode
)
Public Sub New (
code2 As String,
regionCode As String
)
Parameters
- code2
- Type: SystemString
- regionCode
- Type: SystemString
See Also