Share via


FormAnimateControl.countryRegionCodes Method

Definition

Overloads

countryRegionCodes()

Gets or sets the comma-separated list of country/region codes for the control.

countryRegionCodes(String)

countryRegionCodes()

Gets or sets the comma-separated list of country/region codes for the control.

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

The comma-separated list of country/region codes for the control.

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

The string that contains the country/region codes to set; optional.

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to