System.Web.Profile.CustomProviderDataAttribute.CustomProviderData Property

Gets a string of custom data for the profile property provider.

Syntax

public string CustomProviderData { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The CustomProviderDataAttribute.CustomProviderData property value is set using the customProviderData attribute of the add configuration element for adding profile properties. The CustomProviderDataAttribute.CustomProviderData property can be set to any string value to be used by the profile provider for the property. 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