EdmType.Abstract 属性
定义
获取一个值,该值指示此类型是否为抽象的。Gets a value indicating whether this type is abstract or not.
public:
property bool Abstract { bool get(); };
public bool Abstract { get; }
member this.Abstract : bool
Public ReadOnly Property Abstract As Boolean
属性值
如果此类型为抽象类型,则为 true;否则为 false。true if this type is abstract; otherwise, false.