StepResult.IsSummary Property
Gets or sets whether the StepResult object represents a summary of the results for all of the nodes in the test or the results for just one node.
Namespace: Microsoft.Hpc.Diagnostics.Helpers
Assembly: Microsoft.Hpc.Diagnostics.Helpers (in Microsoft.Hpc.Diagnostics.Helpers.dll)
Namespace: Microsoft.Hpc.Diagnostics.Helpers
Assembly: Microsoft.Hpc.Diagnostics.Helpers (in Microsoft.Hpc.Diagnostics.Helpers.dll)
/** @property */ public boolean get_IsSummary () /** @property */ public void set_IsSummary (boolean value)
public function get IsSummary () : boolean public function set IsSummary (value : boolean)
Property Value
A Boolean that indicates whether the StepResult object represents a summary of the test results for all of the nodes in the test or the test results for just one node. True indicates that the StepResult object represents a summary of the test results for all of the nodes in the test. False indicates that the StepResult object represents the test results for just one node.This property corresponds to the IsSummary attribute of the StepResult element in the Diagnostic Test Step Result XML schema.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012Target Platforms
Windows Server 2008 R2, Windows Server 2012
Build Date: