다음을 통해 공유


EdmProperty.DefaultValue 속성

정의

EdmProperty의 기본값을 가져옵니다.

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

속성 값

EdmProperty의 기본값입니다.

예외

EdmProperty instance ReadOnly 상태일 때 setter가 호출되면 throw됩니다.

적용 대상