Share via


WebFolderProperties.CodeLanguage Property

Gets the programming language of the files in the code folder.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
ReadOnly Property CodeLanguage As String
string CodeLanguage { get; }
property String^ CodeLanguage {
    String^ get ();
}
abstract CodeLanguage : string with get
function get CodeLanguage () : String

Property Value

Type: System.String
The Code DOM provider name.

.NET Framework Security

See Also

Reference

WebFolderProperties Interface

VsWebSite Namespace