DhcpServerv4MulticastLease class

Dhcp Server v4 Multicast Lease

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[ClassVersion("1.0.0"), dynamic, provider("DhcpServerPSProvider"), AMENDMENT]
class DhcpServerv4MulticastLease
{
  string   AddressState;
  string   IPAddress;
  string   Name;
  string   ClientId;
  string   HostName;
  DateTime LeaseExpiryTime;
  DateTime LeaseStartTime;
};

Members

The DhcpServerv4MulticastLease class has these types of members:

Properties

The DhcpServerv4MulticastLease class has these properties.

AddressState

Data type: string

Access type: Read/write

Address state.

Offered

Active

Declined

Expired

Inactive

ClientId

Data type: string

Access type: Read/write

Client unique identifier for Address Lease. Format is hex string with hyphen separation.

HostName

Data type: string

Access type: Read/write

Client name.

IPAddress

Data type: string

Access type: Read/write

Client IP address.

LeaseExpiryTime

Data type: DateTime

Access type: Read/write

Lease expiry time. Outputformat will be as per the time zone of the user and the culture setting.

Active (Active)

Inactive (Inactive)

LeaseStartTime

Data type: DateTime

Access type: Read/write

Lease start time. Outputformat will be as per the time zone of the user and the culture setting.

Name

Data type: string

Access type: Read/write

Name of the multicast scope.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\DHCP
MOF
DhcpServerPsProvider.mof
DLL
DhcpServerPsProvider.dll