ProfileSettings.Custom Property
.NET Framework (current version)
Gets or sets the fully qualified type of a custom class that implements the IWebEventCustomEvaluator interface.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("custom", DefaultValue := "")> Public Property Custom As String
Property Value
Type: System.StringThe fully qualified type of a custom class that implements the IWebEventCustomEvaluator interface. The default is an empty string ("").
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%"
The following code example shows how to use the Custom property. This code example is part of a larger example provided for the HealthMonitoringSection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: