PFAdminAppSettingsNodeNodes 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 [DataMemberAttribute]
public List<PFAdminAppSettingsNode> Nodes { get; set; }
Property Value
Type:
ListPFAdminAppSettingsNode
The nodes.
See Also