FormBuildControl.countryRegionCodes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
countryRegionCodes() | |
countryRegionCodes(String) |
countryRegionCodes()
public:
virtual System::String ^ countryRegionCodes();
public virtual string countryRegionCodes ();
abstract member countryRegionCodes : unit -> string
override this.countryRegionCodes : unit -> string
Public Overridable Function countryRegionCodes () As String
Returns
Applies to
countryRegionCodes(String)
public:
virtual System::String ^ countryRegionCodes(System::String ^ _value);
public virtual string countryRegionCodes (string _value);
abstract member countryRegionCodes : string -> string
override this.countryRegionCodes : string -> string
Public Overridable Function countryRegionCodes (_value As String) As String
Parameters
- _value
- String