Click or drag to resize

PFExternalConnection_BindingsGetKey Method

Gets the binding containing the key, which pairs a Packflow item and an external data.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFExternalConnection_Binding GetKey()

Return Value

Type: PFExternalConnection_Binding
A PFExternalConnection_Binding or null if there is no key binding.
See Also