Click or drag to resize

PFItemBatchActionValidationMethodName Property

Gets or sets the validation method name.

The method must have the same signature as the current one.

To report a problem in that method, you must throw a ValidationException.

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

Property Value

Type: String
See Also