SPField.DefaultValueTyped property

Gets the default value object based on the field type.

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

Syntax

'Declaration
Public Overridable ReadOnly Property DefaultValueTyped As Object
    Get
'Usage
Dim instance As SPField
Dim value As Object

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

Property value

Type: System.Object
An object that represents the default value object.

See also

Reference

SPField class

SPField members

Microsoft.SharePoint namespace