
'Declaration
<CollectionDataContractAttribute(Name="ListOfReverseConnectClient", Namespace="http://opcfoundation.org/UA/SDK/Configuration.xsd", ItemName="ReverseConnectClient")> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> Public Class ReverseConnectClientCollection Inherits System.Collections.Generic.List(Of ReverseConnectClient)
'Usage
Dim instance As ReverseConnectClientCollection
[CollectionDataContract(Name="ListOfReverseConnectClient", Namespace="http://opcfoundation.org/UA/SDK/Configuration.xsd", ItemName="ReverseConnectClient")] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public class ReverseConnectClientCollection : System.Collections.Generic.List<ReverseConnectClient>
[CollectionDataContract(Name="ListOfReverseConnectClient", Namespace="http://opcfoundation.org/UA/SDK/Configuration.xsd", ItemName="ReverseConnectClient")] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public ref class ReverseConnectClientCollection : public System.Collections.Generic.List<ReverseConnectClient>
System.Object
System.Collections.Generic.List<T>
Opc.Ua.ReverseConnectClientCollection
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2