Breakpoint3.Condition Property

Definition

Gets the condition that triggers a breakpoint.

public:
 property System::String ^ Condition { System::String ^ get(); };
public:
 property Platform::String ^ Condition { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(109)]
public string Condition { [System.Runtime.InteropServices.DispId(109)] get; }
[<System.Runtime.InteropServices.DispId(109)>]
[<get: System.Runtime.InteropServices.DispId(109)>]
member this.Condition : string
Public ReadOnly Property Condition As String

Property Value

A string that contains the condition that triggers the breakpoint.

Implements

Attributes

Remarks

See Condition.

Applies to