This topic has not yet been rated - Rate this topic

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)
'Usage
Dim instance As StepResult
Dim value As Boolean

value = instance.IsSummary

instance.IsSummary = value
[XmlAttributeAttribute] 
public bool IsSummary { get; set; }
/** @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 2012

Target Platforms

Windows Server 2008 R2, Windows Server 2012




Build Date:

2013-04-22
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.