共用方式為


SPFieldCurrency.ShowAsPercentage property

取得或設定布林值,這個值會決定欄位中的值都以百分比顯示。

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

Syntax

'宣告
Public Overrides Property ShowAsPercentage As Boolean
    Get
    Set
'用途
Dim instance As SPFieldCurrency
Dim value As Boolean

value = instance.ShowAsPercentage

instance.ShowAsPercentage = value
public override bool ShowAsPercentage { get; set; }

Property value

Type: System.Boolean
true來呈現欄位中的值轉換成百分比。否則, false。

請參閱

參照

SPFieldCurrency class

SPFieldCurrency members

Microsoft.SharePoint namespace