Share via


RunTests.DisableAutoFakes Property

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property DisableAutoFakes As InArgument(Of Boolean)
[BrowsableAttribute(true)]
public InArgument<bool> DisableAutoFakes { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<bool>^ DisableAutoFakes {
    InArgument<bool>^ get ();
    void set (InArgument<bool>^ value);
}
[<BrowsableAttribute(true)>]
member DisableAutoFakes : InArgument<bool> with get, set
function get DisableAutoFakes () : InArgument<boolean>
function set DisableAutoFakes (value : InArgument<boolean>)

Property Value

Type: System.Activities.InArgument<Boolean>

.NET Framework Security

See Also

Reference

RunTests Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace