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)
'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; }
Type: System.Object
An object that represents the default value object.