CustomProviderDataAttribute.CustomProviderData Property

Definition

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

public:
 property System::String ^ CustomProviderData { System::String ^ get(); };
public string CustomProviderData { get; }
member this.CustomProviderData : string
Public ReadOnly Property CustomProviderData As String

Property Value

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

Remarks

The CustomProviderData property value is set using the customProviderData attribute of the <add> 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."

Applies to

See also