ServerSettings.TwoLetterISORegionName Property
Gets the two-letter code defined in ISO 3166 for the country/region selected for the server.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
public static string TwoLetterISORegionName { get; }
public:
property String^ TwoLetterISORegionName {
static String^ get();
}
Public Shared ReadOnly Property TwoLetterISORegionName As String
Property Value
Type: System.String
Returns String.
See Also
ServerSettings Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top