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; }
Public ReadOnly Property Parent As IDiagnostics
Get
public:
virtual property IDiagnostics^ Parent {
IDiagnostics^ get () sealed;
}
Property Value
Type:
IDiagnosticsImplements
IDiagnosticsParentSee Also