SPField.DefaultValueTyped Property

Gets the default value object based on the field type.

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
An object that represents the default value object.

See Also

Reference

SPField Class

SPField Members

Microsoft.SharePoint Namespace