PerformanceMeasurementNodeParent Property |
Gets the parent.
Namespace:
Aloe.SystemFrameworks.Domain.Core
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic PerformanceMeasurementNode Parent { get; }
Public ReadOnly Property Parent As PerformanceMeasurementNode
Get
public:
property PerformanceMeasurementNode^ Parent {
PerformanceMeasurementNode^ get ();
}
member Parent : PerformanceMeasurementNode with get
Property Value
Type:
PerformanceMeasurementNode
The parent.
See Also