Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the amount of time remaining on the Dynamic Host Configuration Protocol (DHCP) lease for this IP address.
public:
abstract property long DhcpLeaseLifetime { long get(); };
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public abstract long DhcpLeaseLifetime { get; }
public abstract long DhcpLeaseLifetime { get; }
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
member this.DhcpLeaseLifetime : int64
member this.DhcpLeaseLifetime : int64
Public MustOverride ReadOnly Property DhcpLeaseLifetime As Long
An Int64 value that contains the number of seconds remaining before the computer must release the IPAddress instance.
Dynamic Host Configuration Protocol (DHCP) allows a computer to obtain a network address from a DHCP server, as opposed to using a static (fixed) network address. The DHCP server does not permanently assign addresses; instead, it "leases" one of a number of available addresses to the computer. Within a specified amount of time, known as the lease lifetime for the address, the computer releases the address, leaving the DHCP server free to assign it to a different computer.
This property returns the number of seconds left in the lease lifetime for the IP address identified in the Address property. Note that the computer can send requests to the DHCP server to extend its lease, so the lease lifetime can increase over time.
| Product | Versions |
|---|---|
| .NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
| .NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
| .NET Standard | 2.0, 2.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback:
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in