Microsoft.Windows.DHCPServer.Library.ScopeDHCP Scope

Microsoft.Windows.DHCPServer.Library.Scope (ClassType)

A DHCP scope is the consecutive range of possible addresses that the DHCP server can lease to clients on a subnet. Scopes typically define a single physical subnet on your network to which DHCP services are offered. Scopes are the primary way for the DHCP server to manage distribution and assignment of addresses and any related configuration parameters to DHCP clients on the network.

Element properties:

Base ClassMicrosoft.Windows.DHCPServer.Library.DHCPComponent
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb5f75df2-2059-d2e3-37e4-2f948e2e188b

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.DHCPServer.Library.DHCPComponent:
Name  string  Name true 256  True 
Microsoft.Windows.DHCPServer.Library.Scope:
IPAddress  string  IP Address Range of addresses handled by this scope true 255  False 
SubnetMask  string  Subnet Mask false 255  False 
IsEnabled  bool  Is Enabled false   
OSCurrentVersion  string  OS Current Version Operating System Current Version false 256  False 
Name  string  Name Name of Scope false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.DHCPServer.Library.Scope" Accessibility="Public" Abstract="true" Base="Microsoft.Windows.DHCPServer.Library.DHCPComponent" Hosted="true" Singleton="false">
<Property ID="IPAddress" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="SubnetMask" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="IsEnabled" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="OSCurrentVersion" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Name" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>