ScriptTask.Breakpoints Property

Definition

Gets an array of breakpoints set on this task.

public:
 property System::Collections::ArrayList ^ Breakpoints { System::Collections::ArrayList ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Collections.ArrayList Breakpoints { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Breakpoints : System.Collections.ArrayList
Public ReadOnly Property Breakpoints As ArrayList

Property Value

An ArrayList of breakpoints set on this task.

Attributes

Remarks

An ArrayList is a more versatile type of collection than a simple array. For more information, see ArrayList Collection Type in the .NET Framework Developer's Guide.

Applies to