ModelProperty.IsAttached Property

Definition

Determines whether the property represents an attached property from a different type.

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

Property Value

true if the property represents an attached property from a different type; otherwise, false.

Applies to