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.
Gets or sets a flag that describes whether the build coverage is processing.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public Property IsBuildCoverageProcessing As Boolean
public bool IsBuildCoverageProcessing { get; set; }
public:
property bool IsBuildCoverageProcessing {
bool get ();
void set (bool value);
}
member IsBuildCoverageProcessing : bool with get, set
function get IsBuildCoverageProcessing () : boolean
function set IsBuildCoverageProcessing (value : boolean)
Property Value
Type: System.Boolean
True if the build is currently processing code coverage; otherwise, false.
.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.