SPWeb.CurrencyLocaleID 属性
Gets the locale identifier (LCID) that is used for currency in the website.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property CurrencyLocaleID As Integer
Get
Set
用法
Dim instance As SPWeb
Dim value As Integer
value = instance.CurrencyLocaleID
instance.CurrencyLocaleID = value
public int CurrencyLocaleID { get; set; }
属性值
类型:System.Int32
A 32-bit integer that specifies the locale ID.
备注
The LCID returned by this property is generally the same as the value returned by the Locale property. In cultures that use the euro, the values might differ.