Breakpoint3.Condition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.