Click or drag to resize

PFOfficeBindingValue Constructor

Public constructor

Namespace:  Packflow.Core.Utils
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFOfficeBindingValue(
	string name,
	Object value
)

Parameters

name
Type: SystemString
Name applied to DisplayName and InternalName properties
value
Type: SystemObject
The value object
See Also