Gets or sets a value indicating whether the effort is virtual and no resources are to be be allocated (in order to display the dependency as a dashed arrow line). This is a dependency property.

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

C#
public bool IsEffortVirtual { get; set; }
Visual Basic (Declaration)
Public Property IsEffortVirtual As Boolean

See Also