Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a minimum value for the field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'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; }
Type: System.Double
A double-precision floating-point number that specifies a minimum value.