System.Web
2.0.0.0
System.Attribute
System.AttributeUsage(System.AttributeTargets.Property)
The 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 collection for the property and is indexed by the name "CustomProviderData."
Provides a string of custom data to the provider for a profile property.
Constructor
The 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 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.
Creates a new instance of the class and specifies a string of custom data.
The string of custom data to supply to the provider.
2.0.0.0
Property
System.String
To be added.
The property value is set using the customProviderData attribute of the add configuration element for adding profile properties. The 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 collection for the property and is indexed by the name "CustomProviderData."
Gets a string of custom data for the profile property provider.
2.0.0.0
Method
System.Boolean
The default value for the property is null, or an empty string for profile properties of type String.
Gets a value indicating whether the property is set to the default value.
true if the property is set to the default value; otherwise, false.
2.0.0.0