Share via


EdmProperty.DefaultValue Property

Definition

Gets the default value for this EdmProperty.

public object DefaultValue { get; }
member this.DefaultValue : obj
Public ReadOnly Property DefaultValue As Object

Property Value

The default value for this EdmProperty.

Exceptions

Thrown if the setter is called when the EdmProperty instance is in ReadOnly state

Applies to