Click or drag to resize

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.

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

Property Value

Type: IDiagnostics

Implements

IDiagnosticsParent
See Also