ScriptTask.ScriptLoaded 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 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.