Class MicrosoftDhcpServerv4MulticastScopes
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Microsoft DHCP IPv4 multicast scopes. This information is not available on Windows Server 2012.
public class MicrosoftDhcpServerv4MulticastScopes : BypassSection
- Inheritance
-
MicrosoftDhcpServerv4MulticastScopes
- Inherited Members
Constructors
MicrosoftDhcpServerv4MulticastScopes()
Intializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4MulticastScopes class.
public MicrosoftDhcpServerv4MulticastScopes()
Properties
Items
Gets or sets the items in the collection.
public MicrosoftDhcpServerv4MulticastScopeCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4MulticastScopes class from the specified Xml.
public static MicrosoftDhcpServerv4MulticastScopes FromXml(string xml)
Parameters
xml
stringThe XML representation of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4MulticastScopes object
Returns
- MicrosoftDhcpServerv4MulticastScopes
A CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4MulticastScopes class from the specified Xml.
ToString()
Returns the IPv4 multicast scopes as a human readable string.
public override string ToString()
Returns
- string
The IPv4 multicast scopes as a human readable string.