| PathEdgeNodeChildPathEdgeNodes Property  | 
 Gets the child path edge nodes.
 
    Namespace: 
   SD.LLBLGen.Pro.ODataSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ODataSupportClasses (in SD.LLBLGen.Pro.ODataSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntaxpublic Dictionary<string, PathEdgeNode> ChildPathEdgeNodes { get; }Public ReadOnly Property ChildPathEdgeNodes As Dictionary(Of String, PathEdgeNode)
	Get
Property Value
Type: 
DictionaryString, 
PathEdgeNode
See Also