Click or drag to resize

PFActivityLogPFActivityLogEntryIsTaskAggregation Property

Gets or sets a value indicating whether this instance is task operations aggregation.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public bool IsTaskAggregation { get; set; }

Property Value

Type: Boolean
true if this instance is task aggregation; otherwise, false.
See Also