AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The Locale data structure represents a geographical region or location.

Inheritance Hierarchy

System.Object
  Amazon.MTurk.Model.Locale

Namespace: Amazon.MTurk.Model
Assembly: AWSSDK.MTurk.dll
Version: 3.x.y.z

Syntax

C#
public class Locale

The Locale type exposes the following members

Constructors

NameDescription
Public Method Locale()

Properties

NameTypeDescription
Public Property Country System.String

Gets and sets the property Country.

The country of the locale. Must be a valid ISO 3166 country code. For example, the code US refers to the United States of America.

Public Property Subdivision System.String

Gets and sets the property Subdivision.

The state or subdivision of the locale. A valid ISO 3166-2 subdivision code. For example, the code WA refers to the state of Washington.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5