System.Web.Configuration.ProfileSettings.Custom Property

Gets or sets the fully qualified type of a custom class that implements the System.Web.Management.IWebEventCustomEvaluator interface.

Syntax

[System.Configuration.ConfigurationProperty("custom", DefaultValue="")]
public string Custom { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The type reference is formed as follows (items in brackets are not required): Namespace.Typename, Assemblyname[,] [Version=x,] [Culture=y,] [PublicKeyToken=z]. For example, "ExampleNameSpace.ExampleType, Example.Assembly, Version=%ASSEMBLY_VERSION%, Culture=neutral, PublicKeyToken=%MICROSOFT_PUBLICKEY%"

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0