Click or drag to resize

PFItemDataCollectionSetValue Method (PFField, Object)

Sets a value in the collection.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public void SetValue(
	PFField field,
	Object value
)

Parameters

field
Type: Packflow.CorePFField
Field of the value to change.
value
Type: SystemObject
New value.
See Also