ILease.CurrentLeaseTime Propriedade
Definição
Obtém a quantidade de tempo restante na concessão.Gets the amount of time remaining on the lease.
public:
property TimeSpan CurrentLeaseTime { TimeSpan get(); };
public TimeSpan CurrentLeaseTime { get; }
[get: System.Security.SecurityCritical]
public TimeSpan CurrentLeaseTime { get; }
member this.CurrentLeaseTime : TimeSpan
[<get: System.Security.SecurityCritical>]
member this.CurrentLeaseTime : TimeSpan
Public ReadOnly Property CurrentLeaseTime As TimeSpan
Valor da propriedade
A quantidade de tempo restante na concessão.The amount of time remaining on the lease.
- Atributos
Exceções
O chamador imediato faz a chamada por meio de uma referência à interface e não tem permissão de infraestrutura.The immediate caller makes the call through a reference to the interface and does not have infrastructure permission.