IOperation.Language Property

Definition

The source language of the IOperation. Possible values are CSharp and VisualBasic.

public:
 property System::String ^ Language { System::String ^ get(); };
public string Language { get; }
member this.Language : string
Public ReadOnly Property Language As String

Property Value

Applies to