CustomProviderDataAttribute Constructor (String^)

 

Creates a new instance of the CustomProviderDataAttribute class and specifies a string of custom data.

Namespace:   System.Web.Profile
Assembly:  System.Web (in System.Web.dll)

public:
CustomProviderDataAttribute(
	String^ customProviderData
)

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 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.

.NET Framework
Available since 2.0
Return to top
Show: