共用方式為


SPField.DefaultValueTyped property

取得欄位類型為基礎的預設值物件。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Overridable ReadOnly Property DefaultValueTyped As Object
    Get
'用途
Dim instance As SPField
Dim value As Object

value = instance.DefaultValueTyped
public virtual Object DefaultValueTyped { get; }

Property value

Type: System.Object
object ,表示預設值。

請參閱

參照

SPField class

SPField members

Microsoft.SharePoint namespace