Compartilhar via


SPFieldCurrency.Currency property

NOTE: This API is now obsolete.

Use a propriedade CurrencyLocaleId para obter ou definir o identificador de localidade (ID) do campo de moeda. ( Windows SharePoint Services 2,0 a propriedade Currency foi usada para obter ou definir o tipo de moeda utilizado no campo.)

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

Syntax

'Declaração
<ObsoleteAttribute("This property is no longer supported and will be removed in a future release. Use CurrencyLocaleId as an alternative.")> _
Public Property Currency As SPCurrencyFieldFormats
    Get
    Set
'Uso
Dim instance As SPFieldCurrency
Dim value As SPCurrencyFieldFormats

value = instance.Currency

instance.Currency = value
[ObsoleteAttribute("This property is no longer supported and will be removed in a future release. Use CurrencyLocaleId as an alternative.")]
public SPCurrencyFieldFormats Currency { get; set; }

Property value

Type: Microsoft.SharePoint.SPCurrencyFieldFormats
Um valor de SPCurrencyFieldFormats que especifica o tipo de moeda.

Ver também

Referência

SPFieldCurrency class

SPFieldCurrency members

Microsoft.SharePoint namespace