TaskForm.AdvancedView Property

Definition

Gets or sets a value that indicates whether the task form is in an advanced view.

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

Property Value

true if the task form is in AdvancedView; otherwise, false.

Attributes

Applies to