EsentStopwatch. IsRunning, propriété
Obtient une valeur indiquant si le minuteur EsentStopwatch est en cours d’exécution.
Espace de noms : Microsoft. ISAM. esent. Interop
Assembly : Microsoft. ISAM. esent. Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Property IsRunning As Boolean
Get
Private Set
'Usage
Dim instance As EsentStopwatch
Dim value As Boolean
value = instance.IsRunning
public bool IsRunning { get; private set; }
Valeur de la propriété
Type : System. Boolean