MarkupCompilePass2.Language Property

Definition

Gets or sets the managed language that the compiler supports.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ Language { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.Build.Framework.Required]
public string Language { get; set; }
[<Microsoft.Build.Framework.Required>]
member this.Language : string with get, set
Public Property Language As String

Property Value

The managed language that the compiler supports. The valid values are C#, VB, JScript, and C++.

Attributes

Applies to