Share via


MapBase.Culture Property

This documentation is no longer available on MSDN, however it is available as a CHM download.

Gets or sets the culture used by the map.

Namespace: Microsoft.Maps.MapControl.Core
Assembly: Microsoft.Maps.MapControl (in Microsoft.Maps.MapControl.dll)

Usage

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Performance", "CA1804:RemoveUnusedLocals", MessageId:="ci")> _
<SuppressMessageAttribute("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults")> _
<ScriptableMemberAttribute> _
Public Property Culture As String
[SuppressMessageAttribute("Microsoft.Performance", "CA1804:RemoveUnusedLocals", MessageId="ci")] 
[SuppressMessageAttribute("Microsoft.Usage", "CA1806:DoNotIgnoreMethodResults")] 
[ScriptableMemberAttribute] 
public string Culture { get; set; }
[SuppressMessageAttribute(L"Microsoft.Performance", L"CA1804:RemoveUnusedLocals", MessageId=L"ci")] 
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA1806:DoNotIgnoreMethodResults")] 
[ScriptableMemberAttribute] 
public:
property String^ Culture {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Culture ()

/** @property */
public void set_Culture (String value)
public function get Culture () : String

public function set Culture (value : String)

Property Value

Returns String.

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

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Target Platforms

See Also

Reference

MapBase Class
MapBase Members
Microsoft.Maps.MapControl.Core Namespace