Visual Basic (Declaration)
Property Message As String
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 ([InAttribute] String^ Message);
}/** @property */
String get_Message ()
/** @property */
void set_Message (/** @attribute InAttribute() */ String Message)
function get Message () : String
function set Message (Message : String)
Property Value
A string containing a breakpoint message.