Click or drag to resize

PFAdminAppSettingsViewModelNodes Property

Gets or sets the nodes in the model. Represents a hierarchy of PFApplication and PFContext instances.

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

Property Value

Type: ListPFAdminAppSettingsNode
The ViewModel nodes.
See Also