BreakpointInfo.Language Property

Gets or sets the name of the programming language containing the breakpoint.

Namespace:  Microsoft.DataWarehouse.Interfaces.Debugger
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Public Property Language As String 
    Get 
    Set
'Usage
Dim instance As BreakpointInfo 
Dim value As String 

value = instance.Language

instance.Language = value
public string Language { get; set; }
public:
property String^ Language {
    String^ get ();
    void set (String^ value);
}
member Language : string with get, set
function get Language () : String 
function set Language (value : String)

Property Value

Type: System.String
The name of the programming language containing the breakpoint.

See Also

Reference

BreakpointInfo Class

Microsoft.DataWarehouse.Interfaces.Debugger Namespace