System.Web.UI.TemplateInstanceAttribute.IsDefaultAttribute Method

Returns a value indicating if the current System.Web.UI.TemplateInstanceAttribute object is the same as the default System.Web.UI.TemplateInstanceAttribute object.

Syntax

public override bool IsDefaultAttribute ()

Returns

true if the value of the current instance of System.Web.UI.TemplateInstanceAttribute is the default; otherwise, false.

Remarks

The default value for the System.Web.UI.TemplateInstanceAttribute class is the TemplateInstanceAttribute.Multiple field.

Requirements

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