SPFieldNumber.ShowAsPercentage - Propriété

Obtient ou définit une valeur booléenne qui spécifie s'il faut restituer le champ comme un pourcentage.

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 SPFieldNumber
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 le champ comme un pourcentage ; dans le cas contraire, false.

Voir aussi

Référence

SPFieldNumber classe

SPFieldNumber - Membres

Microsoft.SharePoint - Espace de noms