TaskForm.PreviewView Property

Definition

Gets or sets a value that indicates whether the task form can be previewed.

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

Property Value

true if the view of task form can be previewed; otherwise, false.

Attributes

Applies to