SPFieldNumber.MinimumValue Property
Gets or sets a minimum value for the field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
Public Property MinimumValue As Double
Get
Set
'Usage
Dim instance As SPFieldNumber
Dim value As Double
value = instance.MinimumValue
instance.MinimumValue = value
[ClientCallableAttribute]
public double MinimumValue { get; set; }
Property Value
Type: System.Double
A double-precision floating-point number that specifies a minimum value.