NetworkAdapterConfigurationInfoDhcpLeaseObtained Property |
Win32_NetworkAdapterConfiguration: DHCPLeaseObtained: Date and time the
lease was obtained for the IP address assigned to
the computer by the dynamic host configuration protocol (DHCP) server.
Namespace:
Xcalibur.Models.Hardware.Network
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public DateTime DhcpLeaseObtained { get; set; }
<DataMemberAttribute>
Public Property DhcpLeaseObtained As DateTime
Get
Set
public:
[DataMemberAttribute]
virtual property DateTime DhcpLeaseObtained {
DateTime get () sealed;
void set (DateTime value) sealed;
}
[<DataMemberAttribute>]
abstract DhcpLeaseObtained : DateTime with get, set
[<DataMemberAttribute>]
override DhcpLeaseObtained : DateTime with get, set
Property Value
Type:
DateTime
The DHCP lease obtained.
Implements
INetworkAdapterConfigurationInfoDhcpLeaseObtainedSee Also