CustomProviderDataAttribute.IsDefaultAttribute Method

Definition

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

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

Returns

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

Remarks

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

Applies to

See also