LeaseState Enumerazione
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Indica i possibili stati di un lease di durata.
public enum class LeaseState
[System.Serializable]
public enum LeaseState
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum LeaseState
[<System.Serializable>]
type LeaseState =
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type LeaseState =
Public Enum LeaseState
- Ereditarietà
- Attributi
Campi
Active | 2 | Il lease è attivo e non è scaduto. |
Expired | 4 | Il lease è scaduto e non può essere rinnovato. |
Initial | 1 | Il lease è stato creato ma non è ancora attivo. |
Null | 0 | Il lease non è inizializzato. |
Renewing | 3 | Il lease è scaduto e cerca uno sponsor. |
Commenti
La CurrentState proprietà restituisce lo stato del lease per un lease.