PersonalizableAttribute.IsDefaultAttribute Method

Definition

When overridden, returns a value that indicates whether the attribute instance equals the value of the static Default field.

public:
 override bool IsDefaultAttribute();
public override bool IsDefaultAttribute ();
override this.IsDefaultAttribute : unit -> bool
Public Overrides Function IsDefaultAttribute () As Boolean

Returns

true if the attribute instance equals the static Default field; otherwise, false.

Remarks

The Default field indicates no support for personalization.

Applies to