SPFieldCalculated.Currency property
NOTE: This API is now obsolete.
Obtém ou define o formato de moeda que é usado 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 SPFieldCalculated
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 Microsoft.SharePoint.SPCurrencyFieldFormats que especifica o formato de moeda.