SPFieldCalculated.Currency-Eigenschaft
HINWEIS: Diese API ist veraltet.
Ruft ab das Währungsformat, das im Feld verwendet wird.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<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
'Usage
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; }
Eigenschaftswert
Typ: Microsoft.SharePoint.SPCurrencyFieldFormats
Ein Microsoft.SharePoint.SPCurrencyFieldFormats -Wert, der das Währungsformat angibt.