Culture.LCID Property
The LCID property gets the locale ID 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 LCID As Integer
public int LCID { get; }
public:
property int LCID {
int get ();
}
/** @property */
public int get_LCID ()
public function get LCID () : int
Property Value
The locale ID of the culture represented by this Culture object. If the LCID property returns zero, there is no standard locale ID for the 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