ProfilePropertySettings.CustomProviderData Property
.NET Framework (current version)
Gets or sets a string of custom data for the profile property provider.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("customProviderData", DefaultValue = "")] public string CustomProviderData { get; set; }
Property Value
Type: System.StringA string of custom data for the profile property provider. The default is null.
.NET Framework
Available since 2.0
Available since 2.0
Show: