WebFolderProperties.CodeLanguage Property
Gets the programming language of the files in the code folder.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
string CodeLanguage { get; }
property String^ CodeLanguage {
String^ get();
}
abstract CodeLanguage : string with get
ReadOnly Property CodeLanguage As String
Property Value
Type: System.String
The Code DOM provider name.
See Also
WebFolderProperties Interface
VsWebSite Namespace
Return to top