Share via


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
    Get
    Set
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.

Implements

Breakpoint2.Name

Remarks

See Name.

.NET Framework Security

See Also

Reference

Breakpoint3 Interface

Name Overload

EnvDTE90a Namespace