Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 Overrides ReadOnly Property DefaultValueTyped As Object
Get
'Usage
Dim instance As SPFieldDateTime
Dim value As Object
value = instance.DefaultValueTyped
public override Object DefaultValueTyped { get; }
Property Value
Type: System.Object
An object that represents the default value object.