Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Property TotalTestCount As Integer
'Usage
Dim instance As RunResultAndStatistics
Dim value As Integer
value = instance.TotalTestCount
instance.TotalTestCount = value
public int TotalTestCount { get; internal set; }
public:
property int TotalTestCount {
int get ();
void set (int value);
}
public function get TotalTestCount () : int
public function set TotalTestCount (value : int)
Property Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.