TestResultData.TestsFailed Property
Namespace: Microsoft.TeamFoundation.Build.Proxy
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Property TestsFailed As Integer
'Usage
Dim instance As TestResultData
Dim value As Integer
value = instance.TestsFailed
instance.TestsFailed = value
public int TestsFailed { get; set; }
public:
property int TestsFailed {
int get ();
void set (int value);
}
public function get TestsFailed () : int
public function set TestsFailed (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.