Share via


Breakpoint2.Message Property

Gets or sets a breakpoint message.

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

Syntax

'Declaration
Property Message As String
'Usage
Dim instance As Breakpoint2 
Dim value As String 

value = instance.Message

instance.Message = value
string Message { get; set; }
property String^ Message {
    String^ get ();
    void set (String^ value);
}
function get Message () : String 
function set Message (value : String)

Property Value

Type: System.String
A string containing a breakpoint message.

.NET Framework Security

See Also

Reference

Breakpoint2 Interface

Breakpoint2 Members

EnvDTE80 Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples