Click or drag to resize

PFExternalConnection_BindingsBindings Property

Gets the list of bindings.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[IgnoreDataMemberAttribute]
public IReadOnlyCollection<PFExternalConnection_Binding> Bindings { get; }

Property Value

Type: IReadOnlyCollectionPFExternalConnection_Binding
See Also