Breakpoint3.Name Property

Sets or returns the name of the breakpoint.

Namespace:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

Syntax

'Declaration
Default Property Name As String
string this { get; set; }
property String^ default {
    String^ get ();
    void set (String^ value);
}
abstract Name : string with get, set
function get Name () : String 
function set Name (value : String)

Property Value

Type: System.String
A string that contains the name of the breakpoint.

Remarks

See Name.

.NET Framework Security

See Also

Reference

Breakpoint3 Interface

EnvDTE90a Namespace