FieldNumber.MaximumValue - Propriété
Obtient ou définit une valeur qui spécifie la valeur maximale autorisée pour le champ.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property MaximumValue As Double
Get
Set
'Utilisation
Dim instance As FieldNumber
Dim value As Double
value = instance.MaximumValue
instance.MaximumValue = value
public double MaximumValue { get; set; }
Valeur de propriété
Type : System.Double
Retourne une instance de Double qui représente la valeur maximale autorisée pour le champ.
Exceptions
Exception | Condition |
---|---|
[System.ArgumentOutOfRangeException] | Valeur est remplacée par une valeur inférieure à MinimumValue. Code d'erreur :-2146233086. |