ModelProperty.AttachedOwnerType 属性
定义
如果 IsAttached 返回 true,则返回定义此属性的类型;否则返回 null。Returns the type that defines this property if IsAttached returns true; otherwise, returns null.
public:
abstract property Type ^ AttachedOwnerType { Type ^ get(); };
public abstract Type AttachedOwnerType { get; }
member this.AttachedOwnerType : Type
Public MustOverride ReadOnly Property AttachedOwnerType As Type
属性值
返回 Type 或 null。Returns a Type or null.