مشاركة عبر


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

'إقرار
Public ReadOnly Property IsRunning As Boolean
    Get
'الاستخدام
Dim instance As VsaLoader
Dim value As Boolean

value = instance.IsRunning
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

Implements

IVsaEngine.IsRunning

See Also

Reference

VsaLoader Class

VsaLoader Members

Microsoft.Vsa Namespace