Class NetworkSwitchStackItems
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the items within a network switch stack. This information is only available if the manufacturer provides stacking information.
public class NetworkSwitchStackItems : GlobalSerializableClassicBase
- Inheritance
-
NetworkSwitchStackItems
Constructors
NetworkSwitchStackItems()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.NetworkSwitchStackItems class.
public NetworkSwitchStackItems()
Properties
Items
Gets or sets the items within the collection
public NetworkSwitchStackItemCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.NetworkSwitchStackItems class from the specified XML.
public static NetworkSwitchStackItems FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- NetworkSwitchStackItems
A CENTREL.XIA.Configuration.Types.NetworkSwitchStackItems class.
ToString()
Returns the stack items as a human readable string - for example "10 Stack Items".
public override string ToString()
Returns
- string
The stack items as a human readable string.