共用方式為


SPFieldCurrency.Currency property

NOTE: This API is now obsolete.

使用CurrencyLocaleId屬性來取得或設定之貨幣欄位的地區設定識別碼 (ID)。(在Windows SharePoint Services 2.0Currency屬性用來取得或設定的欄位中使用的貨幣類型。)

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

Syntax

'宣告
<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
'用途
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
SPCurrencyFieldFormats 值,指定的貨幣類型。

請參閱

參照

SPFieldCurrency class

SPFieldCurrency members

Microsoft.SharePoint namespace