Breakpoint3.Language Property

Definition

Gets the name of the programming language that contains the breakpoint.

public:
 property System::String ^ Language { System::String ^ get(); };
public:
 property Platform::String ^ Language { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(110)]
public string Language { [System.Runtime.InteropServices.DispId(110)] get; }
[<System.Runtime.InteropServices.DispId(110)>]
[<get: System.Runtime.InteropServices.DispId(110)>]
member this.Language : string
Public ReadOnly Property Language As String

Property Value

A string that contains the name of the programming language.

Implements

Attributes

Remarks

See Language.

Applies to