FilterElement::CustomType Property
.NET Framework (current version)
Gets or sets the fully-qualified type name of the custom type to be used as a filter.
Assembly: System.ServiceModel.Routing (in System.ServiceModel.Routing.dll)
public: [ConfigurationPropertyAttribute("customType", DefaultValue = null, Options = ConfigurationPropertyOptions::None)] property String^ CustomType { String^ get(); void set(String^ value); }
If FilterType is set to custom, CustomType is the fully-qualified type name of the class to create. FilterData can also contain values to be used during evaluation of the CustomType filter. The CustomType must implement a constructor that accepts a string value, which contains the FilterData information.
For more information, seeFilterData.
.NET Framework
Available since 4.0
Available since 4.0
Show: