ConfigureWorkspaceGridViewModel.IsRunning Property

Get/set the operation running flag.

Namespace:  Microsoft.TeamFoundation.VersionControl.Controls
Assembly:  Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)

Syntax

'Declaration
Public Property IsRunning As Boolean
public bool IsRunning { get; private set; }
public:
property bool IsRunning {
    bool get ();
    private: void set (bool value);
}
member IsRunning : bool with get, private set
function get IsRunning () : boolean 
private function set IsRunning (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ConfigureWorkspaceGridViewModel Class

Microsoft.TeamFoundation.VersionControl.Controls Namespace