System.Web.Profile.CustomProviderDataAttribute Class

Provides a string of custom data to the provider for a profile property.

See Also: CustomProviderDataAttribute Members

Syntax

[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class CustomProviderDataAttribute : Attribute

Remarks

The System.Web.Profile.CustomProviderDataAttribute class is used to supply a string of data with a profile property to a custom profile provider. The custom data string can be set to any string value and is set using the customProviderData attribute of the add configuration element for adding profile properties. If the customProviderData attribute is set, then the value is placed in the System.Configuration.SettingsProperty.Attributes collection for the property and is indexed by the name "CustomProviderData."

Requirements

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