Click or drag to resize

PFExternalDataBinderTestMode Property

Gets or sets a value indicating whether the test mode is active. The test mode will execute the value convertion but will ultimately NOT assign the value to the item data collection.

Default value: False.

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

Property Value

Type: Boolean
See Also