共用方式為


ModelProperty.IsAttached 屬性

定義

判斷屬性是否代表從不同型別附加的屬性。

public:
 abstract property bool IsAttached { bool get(); };
public abstract bool IsAttached { get; }
member this.IsAttached : bool
Public MustOverride ReadOnly Property IsAttached As Boolean

屬性值

如果屬性表示不同型別的附加屬性則為 true,否則為 false

適用於