共用方式為


SPFieldNumber.ShowAsPercentage property

取得或設定 Boolean 值,指定是否要轉換的百分比] 欄位。

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

Syntax

'宣告
Public Overridable Property ShowAsPercentage As Boolean
    Get
    Set
'用途
Dim instance As SPFieldNumber
Dim value As Boolean

value = instance.ShowAsPercentage

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

Property value

Type: System.Boolean
true轉譯的百分比 ; 欄位否則,請false。

請參閱

參照

SPFieldNumber class

SPFieldNumber members

Microsoft.SharePoint namespace