Click or drag to resize

PFAdminExternalConnectionViewModelBindings Property

Gets or sets the bindings on the connection.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
[DataMemberAttribute]
public List<PFAdminExternalConnectionBindingViewModel> Bindings { get; set; }

Property Value

Type: ListPFAdminExternalConnectionBindingViewModel
The bindings.
See Also