Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a Boolean value that specifies whether to render the field as a percentage.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Overridable Property ShowAsPercentage As Boolean
Get
Set
'Usage
Dim instance As SPFieldNumber
Dim value As Boolean
value = instance.ShowAsPercentage
instance.ShowAsPercentage = value
public virtual bool ShowAsPercentage { get; set; }
Type: System.Boolean
true to render the field as a percentage; otherwise, false.