System.Web.Profile.CustomProviderDataAttribute.IsDefaultAttribute Method

Gets a value indicating whether the CustomProviderDataAttribute.CustomProviderData property is set to the default value.

Syntax

public override bool IsDefaultAttribute ()

Returns

true if the CustomProviderDataAttribute.CustomProviderData property is set to the default value; otherwise, false.

Remarks

The default value for the CustomProviderDataAttribute.CustomProviderData property is null, or an empty string for profile properties of type String.

Requirements

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