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
- 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.