ScriptTask.ScriptLoaded Property

Definition

Gets a value indicating whether the task contains custom script.

public:
 property bool ScriptLoaded { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool ScriptLoaded { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ScriptLoaded : bool
Public ReadOnly Property ScriptLoaded As Boolean

Property Value

true if the component contains a script; otherwise, false. The default value is false.

Attributes

Remarks

ScriptLoaded is initially set to false. The value is set to true when you click Design Script in the user interface for the task.

Applies to