ReflectOnGroup Property (BaseTask)
In This Topic
Gets or sets a value indicating whether the task is reflected on group bar.
Syntax
'Declaration
Public MustOverride Property ReflectOnGroup As Boolean
public abstract bool ReflectOnGroup {get; set;}
See Also