VsaLoader.IsRunning Property
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Syntax
'Declaration
Public ReadOnly Property IsRunning As Boolean
public bool IsRunning { get; }
public:
virtual property bool IsRunning {
bool get () sealed;
}
abstract IsRunning : bool
override IsRunning : bool
final function get IsRunning () : boolean
Property Value
Type: System.Boolean