Click or drag to resize

PFAdminExternalConnectionsNodeNodes Property

Gets or sets the children nodes.

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<PFAdminExternalConnectionsNode> Nodes { get; set; }

Property Value

Type: ListPFAdminExternalConnectionsNode
See Also