다음을 통해 공유


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

속성 값

Boolean

속성이 다른 형식의 연결된 속성을 나타내면 true이고, 그렇지 않으면 false입니다.

적용 대상