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 の既定値。

適用対象