ILease.InitialLeaseTime Property

Definition

Gets or sets the initial time for the lease.

public:
 property TimeSpan InitialLeaseTime { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan InitialLeaseTime { get; set; }
public TimeSpan InitialLeaseTime { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
member this.InitialLeaseTime : TimeSpan with get, set
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.InitialLeaseTime : TimeSpan with get, set
Public Property InitialLeaseTime As TimeSpan

Property Value

The initial time for the lease.

Attributes

Exceptions

The immediate caller makes the call through a reference to the interface and does not have infrastructure permission.

Remarks

If the InitialLeaseTime property is set to TimeSpan.Zero, then the lease will never time out and the object associated with it will have an infinite lifetime.

Applies to