Share via


RunResultAndStatistics.IsPartialRun Property

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public Property IsPartialRun As Boolean
'Usage
Dim instance As RunResultAndStatistics 
Dim value As Boolean 

value = instance.IsPartialRun

instance.IsPartialRun = value
public bool IsPartialRun { get; set; }
public:
property bool IsPartialRun {
    bool get ();
    void set (bool value);
}
public function get IsPartialRun () : boolean 
public function set IsPartialRun (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

RunResultAndStatistics Class

RunResultAndStatistics Members

Microsoft.VisualStudio.TestTools.Common Namespace