Breakpoint2::Message Property

 

Gets or sets a breakpoint message.

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

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

Property Value

Type: System::String^

A string containing a breakpoint message.

Return to top
Show: