IGraphContext.LinkDepth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
How many links away from the input nodes to return. int.MaxValue means fetch everything that is reachable from the input nodes.
public:
property int LinkDepth { int get(); };
public int LinkDepth { get; }
member this.LinkDepth : int
Public ReadOnly Property LinkDepth As Integer