 | CountryRepositoryGetByCode(String) Method |
Retrieve a country by its country code.
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic Country GetByCode(
string countryCode
)
Public Function GetByCode (
countryCode As String
) As Country
public:
virtual Country^ GetByCode(
String^ countryCode
) sealed
abstract GetByCode :
countryCode : string -> Country
override GetByCode :
countryCode : string -> Country Parameters
- countryCode String
- Country code to look up
Return Value
CountryThe requested country
See Also