Breakpoint.Script Property

Definition

The script this breakpoint is on, or null if the breakpoint is not scoped.

public:
 property System::String ^ Script { System::String ^ get(); };
public:
 property Platform::String ^ Script { Platform::String ^ get(); };
public string Script { get; }
member this.Script : string
Public ReadOnly Property Script As String

Property Value

Applies to