<div class="content" name="DHCP_PROPERTY_ID" uuid="64fe0789-4647-4628-a3a2-2ddcc9ae42f0"><p>The <b>DHCP_PROPERTY_ID</b> enumeration defines the property
identifier for a <a href="1ac6e6e5-f2bc-42ef-9d6a-c9457d48c3c3" data-linktype="relative-path">DHCP_PROPERTY (section 2.2.1.2.117)</a>
structure. It is used to uniquely identify a specified DHCP property.</p><dl>
<dd>
<div><pre> typedef enum {
     DhcpPropIdPolicyDnsSuffix,
     DhcpPropIdClientAddressStateEx,
 } DHCP_PROPERTY_ID;
</pre></div>
</dd></dl><p><b>DhcpPropIdPolicyDnsSuffix: </b>Identifies the DNS
suffix of a policy. It is of property type DhcpPropTypeString, as specified in <a href="1511adaa-15d3-4c19-9521-68fb9870848d" data-linktype="relative-path">DHCP_PROPERTY_TYPE (section 2.2.1.1.26)</a>.</p><p><b>DhcpPropIdClientAddressStateEx: </b>Identifies the
extended address state flags of a lease table entry. It is of property type
DhcpPropTypeDword, as specified in
DHCP_PROPERTY_TYPE (section 2.2.1.1.26).</p></div>