CustomProviderDataAttribute Constructor
Creates a new instance of the CustomProviderDataAttribute class and specifies a string of custom data.
Assembly: System.Web (in System.Web.dll)
Parameters
- customProviderData
- Type: System::String
The string of custom data to supply to the provider.
The 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 Attributes collection for the property and is indexed by the name "CustomProviderData."
This constructor is used the .NET Framework and is not intended to be called from application code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.