ILease.CurrentState Eigenschap

Definitie

Hiermee haalt u de huidige LeaseState van de lease op.

public:
 property System::Runtime::Remoting::Lifetime::LeaseState CurrentState { System::Runtime::Remoting::Lifetime::LeaseState get(); };
public System.Runtime.Remoting.Lifetime.LeaseState CurrentState { get; }
public System.Runtime.Remoting.Lifetime.LeaseState CurrentState { [System.Security.SecurityCritical] get; }
member this.CurrentState : System.Runtime.Remoting.Lifetime.LeaseState
[<get: System.Security.SecurityCritical>]
member this.CurrentState : System.Runtime.Remoting.Lifetime.LeaseState
Public ReadOnly Property CurrentState As LeaseState

Waarde van eigenschap

De huidige LeaseState van de lease.

Kenmerken

Uitzonderingen

De directe beller voert de aanroep uit via een verwijzing naar de interface en heeft geen infrastructuurmachtiging.

Van toepassing op

Zie ook