FieldNumber.MinimumValue property
Gets or sets a value that specifies the minimum allowed value for the field.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property MinimumValue As Double
Get
Set
'Usage
Dim instance As FieldNumber
Dim value As Double
value = instance.MinimumValue
instance.MinimumValue = value
public double MinimumValue { get; set; }
Property value
Type: System.Double
Returns a Double instance representing the minimum allowed value for the field.
Exceptions
Exception | Condition |
---|---|
[System.ArgumentOutOfRangeException] | Value is changed to a value greater than MaximumValue. Error code: -2146233086. |