Click or drag to resize

PFMissingItemValuesExceptionMissingFields Property

Gets the list of required fields whose value is missing.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public IReadOnlyCollection<PFField> MissingFields { get; }

Property Value

Type: IReadOnlyCollectionPFField
See Also