FieldNumber.MinimumValue - Propriété
Obtient la version de schéma de Microsoft.SharePoint.Client.ServerRuntime.dll sur le serveur.
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 MinimumValue As Double
Get
Set
'Utilisation
Dim instance As FieldNumber
Dim value As Double
value = instance.MinimumValue
instance.MinimumValue = value
public double MinimumValue { get; set; }
Valeur de propriété
Type : System.Double
Retourne une instance de Double qui représente la valeur minimale autorisée pour le champ.
Exceptions
Exception | Condition |
---|---|
[System.ArgumentOutOfRangeException] | Valeur est remplacée par une valeur supérieure à maximum. Code d'erreur :-2146233086. |