TaskForm.Scripting Property

Definition

Gets or sets a value that indicates whether the scripting of the task form is enabled.

public:
 property bool Scripting { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(true)]
[System.Xml.Serialization.XmlAttribute]
public bool Scripting { get; set; }
[<System.ComponentModel.DefaultValue(true)>]
[<System.Xml.Serialization.XmlAttribute>]
member this.Scripting : bool with get, set
Public Property Scripting As Boolean

Property Value

true if the scripting of the task form is enabled; otherwise, false.

Attributes

Applies to