CompilerType.CodeDomProviderType Property

Gets a Type for the configured CodeDomProvider implementation.

Namespace: System.Web.Compilation
Assembly: System.Web (in system.web.dll)

public:
property Type^ CodeDomProviderType {
	Type^ get ();
}
/** @property */
public Type get_CodeDomProviderType ()

public function get CodeDomProviderType () : Type

Not applicable.

Property Value

A read-only Type that represents the configured code provider type.

The CodeDomProviderType property specifies the CodeDomProvider implementation used to generate and compile source code for a build provider.

For example, if the build provider is configured to use the Visual Basic code provider in the .NET Framework, CodeDomProviderType returns a Type for the VBCodeProvider class.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: