SPFieldCalculated.ShowAsPercentage - Propriété
Obtient ou définit une valeur Boolean qui détermine si les valeurs du champ sont affichées sous forme de pourcentages.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Overridable Property ShowAsPercentage As Boolean
Get
Set
'Utilisation
Dim instance As SPFieldCalculated
Dim value As Boolean
value = instance.ShowAsPercentage
instance.ShowAsPercentage = value
public virtual bool ShowAsPercentage { get; set; }
Valeur de propriété
Type : System.Boolean
true pour restituer les valeurs dans le champ sous forme de pourcentages ; dans le cas contraire, false.