Click or drag to resize

PFJobParameterParameterType Property

Gets the type of the parameter. Use SimpleType for structure types, and Packflow for PFBaseObject.

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 JobParameterType ParameterType { get; }

Property Value

Type: JobParameterType
The type of the parameter. Serializable is not yet implemented.
See Also