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
Get
string CodeLanguage { get; }
property String^ CodeLanguage {
String^ get ();
}
abstract CodeLanguage : string
function get CodeLanguage () : String
Property Value
Type: System.String
The Code DOM provider name.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.