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