DiagnosticsParent Property

Parent diagnostic. Diagnostics can belong to a tree with one parent and several children. If parent is null, then this diagnostic is the root.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public IDiagnostics Parent { get; }

Property Value

IDiagnostics

Implements

IDiagnosticsParent

See Also