Click or drag to resize

PFJobParameterIsCollection Property

Gets or sets a value indicating whether the decorated property is a collection of objects.

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

Property Value

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