Share via


TestResultCounter.Length Property

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

Syntax

'Declaration
Public ReadOnly Property Length As Integer
'Usage
Dim instance As TestResultCounter 
Dim value As Integer 

value = instance.Length
public int Length { get; }
public:
property int Length {
    int get ();
}
public function get Length () : int

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

TestResultCounter Class

TestResultCounter Members

Microsoft.VisualStudio.TestTools.Common Namespace