SPFieldNumber.MinimumValue property
Gets or sets a minimum value for the field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MinimumValue As Double
Get
Set
'Usage
Dim instance As SPFieldNumber
Dim value As Double
value = instance.MinimumValue
instance.MinimumValue = value
public double MinimumValue { get; set; }
Property value
Type: System.Double
A double-precision floating-point number that specifies a minimum value.