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.TeamFoundation.Build.Proxy
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Property RunPassed As Boolean
'Usage
Dim instance As TestResultData 
Dim value As Boolean 
value = instance.RunPassed
instance.RunPassed = value
public bool RunPassed { get; set; }
public:
property bool RunPassed {
    bool get ();
    void set (bool value);
}
public function get RunPassed () : boolean 
public function set RunPassed (value : boolean)
Property Value
Type: System.Boolean
.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.