Partager via


SPFieldCurrency.Currency - Propriété

Remarque : cette API est désormais obsolète.

Utilisez la propriété CurrencyLocaleId pour obtenir ou définir l'identificateur de paramètres régionaux (ID) du champ devise. (Dans Windows SharePoint Services 2.0 la propriété Currency a été utilisée pour obtenir ou définir le type de devise utilisé dans le champ).

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
<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
'Utilisation
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; }

Valeur de propriété

Type : Microsoft.SharePoint.SPCurrencyFieldFormats
Une valeur SPCurrencyFieldFormats qui spécifie le type de devise.

Voir aussi

Référence

SPFieldCurrency classe

SPFieldCurrency - Membres

Microsoft.SharePoint - Espace de noms