Click or drag to resize

PFJobSettingIsCollection Property

Gets a value indicating whether this instance is collection.

Namespace:  Packflow.Core.Jobs
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[DataMemberAttribute]
public bool IsCollection { get; }

Property Value

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