Compartilhar via


SPFieldNumber.ShowAsPercentage property

Obtém ou define um valor Boolean que especifica se é renderizar o campo como um percentual.

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

Syntax

'Declaração
Public Overridable Property ShowAsPercentage As Boolean
    Get
    Set
'Uso
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 para renderizar o campo como um percentual; Caso contrário, false.

Ver também

Referência

SPFieldNumber class

SPFieldNumber members

Microsoft.SharePoint namespace