Table of Contents

Class NetworkSwitchVlans

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the virtual LANs (VLANs) configured for a network switch.

public class NetworkSwitchVlans : BypassSection
Inheritance
NetworkSwitchVlans
Inherited Members

Constructors

NetworkSwitchVlans()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.NetworkSwitchVlans class.

public NetworkSwitchVlans()

Properties

Items

Gets or sets the items within the collection

public NetworkSwitchVlanCollection Items { get; set; }

Property Value

NetworkSwitchVlanCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.NetworkSwitchVlans class from the specified XML.

public static NetworkSwitchVlans FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

NetworkSwitchVlans

A CENTREL.XIA.Configuration.Types.NetworkSwitchVlans class.

ToString()

Returns the VLANs as a human readable string - for example "10 VLANs".

public override string ToString()

Returns

string

The VLANs as a human readable string.