ScriptResourceDefinition.DebugPath Property

Definition

Gets or sets the debug mode path of the script resource that is used when debug mode is enabled.

public:
 property System::String ^ DebugPath { System::String ^ get(); void set(System::String ^ value); };
public string DebugPath { get; set; }
member this.DebugPath : string with get, set
Public Property DebugPath As String

Property Value

The path of a script resource that is used when debug mode is enabled.

Applies to

See also