EdmProperty.DefaultValue 属性

定义

获取此 EdmProperty 的默认值。

public:
 property System::Object ^ DefaultValue { System::Object ^ get(); };
public object DefaultValue { get; }
member this.DefaultValue : obj
Public ReadOnly Property DefaultValue As Object

属性值

EdmProperty 的默认值。

适用于