Delen 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
'Usage
Dim instance As WebFolderProperties 
Dim value As String 

value = instance.CodeLanguage
string CodeLanguage { get; }
property String^ CodeLanguage {
    String^ get ();
}
function get CodeLanguage () : String

Property Value

Type: System.String
The Code DOM provider name.

.NET Framework Security

See Also

Reference

WebFolderProperties Interface

WebFolderProperties Members

VsWebSite Namespace