Share via


IMeasurementBlockProxy.IsRunning Property

 

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

bool IsRunning { get; }
property bool IsRunning {
    bool get();
}
abstract IsRunning : bool with get
ReadOnly Property IsRunning As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

IMeasurementBlockProxy Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top