FieldNumber.MaximumValue 屬性
取得或設定指定允許欄位值的最大的值。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Property MaximumValue As Double
Get
Set
'用途
Dim instance As FieldNumber
Dim value As Double
value = instance.MaximumValue
instance.MaximumValue = value
public double MaximumValue { get; set; }
屬性值
類型:System.Double
傳回代表允許欄位值的最大值Double執行個體。
例外狀況
例外狀況 | 條件 |
---|---|
[System.ArgumentOutOfRangeException] | 值會變更為小於 MinimumValue 的值。錯誤碼 ︰-2146233086。 |