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

属性

適用対象