2.2.4.392 ServerRoleDhcp.Version

The ServerRoleDhcp.Version complex type specifies the version of the DHCP server role.

 <xs:complexType name="ServerRoleDhcp.Version">
   <xs:sequence>
     <xs:element minOccurs="0" name="MajorVersion" type="xsd:unsignedInt" />
     <xs:element minOccurs="0" name="MinorVersion" type="xsd:unsignedInt" />
   </xs:sequence>
 </xs:complexType>

MajorVersion: This specifies the major number of the version.

MinorVersion: This specifies the minor number of the version.