FieldCalculated.ShowAsPercentage property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property ShowAsPercentage As Boolean
Get
Set
'Usage
Dim instance As FieldCalculated
Dim value As Boolean
value = instance.ShowAsPercentage
instance.ShowAsPercentage = value
public bool ShowAsPercentage { get; set; }
Property value
Type: System.Boolean