GraphBuildResult.CircularDependency 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.
Returns a flag indicating if a circular dependency was detected.
public:
property bool CircularDependency { bool get(); };
public bool CircularDependency { get; }
member this.CircularDependency : bool
Public ReadOnly Property CircularDependency As Boolean