ClientUtilitiesStrings.Keys.Culture Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

This property supports the BizTalk RFID infrastructure and is not intended to be used directly from your code.

Namespace: MS.Internal.Rfid.ClientUtilities
Assembly: Microsoft.Rfid.Client.Util (in microsoft.rfid.client.util.dll)

Syntax

'Declaration

Public Shared Property Culture As CultureInfo
public static CultureInfo Culture { get; set; }
public:
static property CultureInfo^ Culture {
    CultureInfo^ get ();
    void set (CultureInfo^ value);
}
/** @property */
public static CultureInfo get_Culture ()

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

public static function set Culture (value : CultureInfo)

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 Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

ClientUtilitiesStrings.Keys Class
ClientUtilitiesStrings.Keys Members
MS.Internal.Rfid.ClientUtilities Namespace