Share via


SPFieldCalculated.CurrencyLocaleId property

Gets or sets the locale ID that is used for currency on the Web site.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property CurrencyLocaleId As Integer
    Get
    Set
'Usage
Dim instance As SPFieldCalculated
Dim value As Integer

value = instance.CurrencyLocaleId

instance.CurrencyLocaleId = value
public int CurrencyLocaleId { get; set; }

Property value

Type: System.Int32
A 32-bit integer that specifies the locale ID.

See also

Reference

SPFieldCalculated class

SPFieldCalculated members

Microsoft.SharePoint namespace