SPField.DefaultValueTyped Property
Gets the default value object based on the field type.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.