Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.