SPFieldNumber.MinimumValue property
取得或設定欄位的最小值。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property MinimumValue As Double
Get
Set
'用途
Dim instance As SPFieldNumber
Dim value As Double
value = instance.MinimumValue
instance.MinimumValue = value
public double MinimumValue { get; set; }
Property value
Type: System.Double
雙精度浮點指定數字的最小值。