FieldCalculated.OutputType 屬性
取得或設定值,指出欄位的輸出格式。
命名空間: 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 OutputType As FieldType
Get
Set
'用途
Dim instance As FieldCalculated
Dim value As FieldType
value = instance.OutputType
instance.OutputType = value
public FieldType OutputType { get; set; }
屬性值
類型:Microsoft.SharePoint.Client.FieldType
傳回代表欄位的輸出格式FieldType執行個體。
例外狀況
例外狀況 | 條件 |
---|---|
[Microsoft.SharePoint.SPException] | 伺服器不允許變更欄位的內容。錯誤碼 ︰-2146232832。 |
備註
它必須是下列的值 ︰ 文字、 數字、 整數、 貨幣、 布林值或日期時間。