PersistNameAttribute.IsDefaultAttribute Method

Definition

When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

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

Returns

true if this instance is the default attribute for the class; otherwise, false.

Applies to

See also