ProcessDiagnosticInfo.Parent 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.
Gets the ProcessDiagnosticInfo for the parent process.
public:
property ProcessDiagnosticInfo ^ Parent { ProcessDiagnosticInfo ^ get(); };
ProcessDiagnosticInfo Parent();
public ProcessDiagnosticInfo Parent { get; }
var processDiagnosticInfo = processDiagnosticInfo.parent;
Public ReadOnly Property Parent As ProcessDiagnosticInfo
Property Value
The ProcessDiagnosticInfo for the parent process.