CompilationSection.ControlBuilderInterceptorType Property

Definition

Gets or sets a string representing the object type used to intercept a ControlBuilder object and configure a container.

public:
 property System::String ^ ControlBuilderInterceptorType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("controlBuilderInterceptorType", DefaultValue="")]
public string ControlBuilderInterceptorType { get; set; }
[<System.Configuration.ConfigurationProperty("controlBuilderInterceptorType", DefaultValue="")>]
member this.ControlBuilderInterceptorType : string with get, set
Public Property ControlBuilderInterceptorType As String

Property Value

A string representing the object type used to intercept a ControlBuilder object.

Attributes

Applies to