System.Web.UI.WebControls.WebParts.PersonalizableAttribute.IsDefaultAttribute Method

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

Syntax

public override bool IsDefaultAttribute ()

Returns

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

Remarks

The PersonalizableAttribute.Default field indicates no support for personalization.

Requirements

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0