Table of Contents

Property Connections

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

Connections

Gets or Sets the collection of IElementConnection objects. Can be casted to an Interface Where(x => x.Connections.OfType<ISnmpConnection>(). The interfaces that are common: ISnmpConnection, IHttpConnection and ISerialConnection

IElementConnectionCollection Connections { get; set; }

Property Value

IElementConnectionCollection