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 public bool IsCollection { get; set; }
Property Value
Type:
Booleantrue if this parameter is a collection; otherwise,
false.
See Also