CustomProviderDataAttribute::CustomProviderData Property

 

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

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

public:
property String^ CustomProviderData {
	String^ get();
}

Property Value

Type: System::String^

A string of custom data for the profile property provider. The default is null.

The CustomProviderData property value is set using the customProviderData attribute of the configuration element for adding profile properties. The 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 Attributes collection for the property and is indexed by the name "CustomProviderData."

.NET Framework
Available since 2.0
Return to top
Show: