Class NetworkingDeviceConnectedDevices
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the devices connected to a networking device.
public class NetworkingDeviceConnectedDevices : BypassSection
- Inheritance
-
NetworkingDeviceConnectedDevices
- Inherited Members
Constructors
NetworkingDeviceConnectedDevices()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.NetworkingDeviceConnectedDevices class.
public NetworkingDeviceConnectedDevices()
Properties
Items
Gets or sets the items within the collection
public NetworkingDeviceConnectedDeviceCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.NetworkingDeviceConnectedDevices class from the specified XML.
public static NetworkingDeviceConnectedDevices FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- NetworkingDeviceConnectedDevices
A CENTREL.XIA.Configuration.Types.NetworkingDeviceConnectedDevices class.
ToString()
Returns the connected devices as a human readable string - for example "10 Connected Devices".
public override string ToString()
Returns
- string
The connected devices as a human readable string.