다음을 통해 공유


Culture.Name Property

The Name property gets the RFC1766 name of the culture represented by this Culture object.

Namespace: Microsoft.Exchange.Data.Globalization
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)

Syntax

'Declaration
Public ReadOnly Property Name As String
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
/** @property */
public String get_Name ()
public function get Name () : String

Remarks

The description returned by the Name property is usually of the form "xx-XX." For example, the name "en-US" corresponds to English as spoken and written in the United States.

Sometimes there is not a culture description. For example, in the absence of a culture Unicode is sometimes used. In these circumstances, the Culture property will return a name that is not in the "xx-XX" form. For example, it may return "Unicode Culture."

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003