TaskForm.Scripting 屬性

定義

會取得或設定一個值,指示任務表單的腳本是否啟用。

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

屬性值

true如果啟用了任務表單的腳本;否則,。 false

屬性

適用於