Breakpoint3.Macro Property

Definition

Gets or sets a breakpoint macro.

public:
 property System::String ^ Macro { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Macro { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1105)]
public string Macro { [System.Runtime.InteropServices.DispId(1105)] get; [System.Runtime.InteropServices.DispId(1105)] set; }
[<System.Runtime.InteropServices.DispId(1105)>]
[<get: System.Runtime.InteropServices.DispId(1105)>]
[<set: System.Runtime.InteropServices.DispId(1105)>]
member this.Macro : string with get, set
Public Property Macro As String

Property Value

A string that contains a breakpoint macro.

Implements

Attributes

Applies to