Click or drag to resize

PFFieldType Property

Gets a value indicating the type of a field. This allows to check the type of a field without the "is" keyword.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFFieldType Type { get; }

Property Value

Type: PFFieldType
See Also