Class NetworkAdapterAdvancedProperties
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the advanced properties of a network adapter.
public class NetworkAdapterAdvancedProperties : BypassSection
- Inheritance
-
NetworkAdapterAdvancedProperties
- Inherited Members
Constructors
NetworkAdapterAdvancedProperties()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.NetworkAdapterAdvancedProperties class.
public NetworkAdapterAdvancedProperties()
Properties
Items
Gets or sets the items in the collection.
public NetworkAdapterAdvancedPropertyCollection Items { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.NetworkAdapterAdvancedProperties cloned from this object.
public NetworkAdapterAdvancedProperties Clone()
Returns
- NetworkAdapterAdvancedProperties
A CENTREL.XIA.Configuration.Types.NetworkAdapterAdvancedProperties.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.NetworkAdapterAdvancedProperties class from the specified XML.
public static NetworkAdapterAdvancedProperties FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- NetworkAdapterAdvancedProperties
A CENTREL.XIA.Configuration.Types.NetworkAdapterAdvancedProperties class.
ToString()
Returns the advanced properties as a human readable string.
public override string ToString()
Returns
- string
The advanced properties as a human readable string.