Share via


FormBuildActiveXControl.countryRegionCodes Method

Definition

Overloads

countryRegionCodes()
countryRegionCodes(String)

countryRegionCodes()

public:
 override System::String ^ countryRegionCodes();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override string countryRegionCodes ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.countryRegionCodes : unit -> string
Public Overrides Function countryRegionCodes () As String

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

countryRegionCodes(String)

public:
 override System::String ^ countryRegionCodes(System::String ^ _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override string countryRegionCodes (string _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.countryRegionCodes : string -> string
Public Overrides Function countryRegionCodes (_value As String) As String

Parameters

_value
String

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to