Breakpoint3::Name Property

 

Sets or returns the name of the breakpoint.

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

property String^ Name {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string that contains the name of the breakpoint.

Return to top
Show: