EdmProperty.DefaultValue 属性

定义

获取此 EdmProperty 的默认值。

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

属性值

EdmProperty 的默认值。

例外

当 EdmProperty 实例处于 ReadOnly 状态时调用资源库时引发

适用于