Visual Basic (Declaration) | |
---|---|
<CollectionDataContractAttribute(Namespace="http://opcfoundation.org/UA/SDK/Configuration.xsd", IsNamespaceSetExplicitly=True, Name="ListOfInstalledApplication", IsNameSetExplicitly=True, ItemName="InstalledApplication", IsItemNameSetExplicitly=True)> Public Class InstalledApplicationCollection Inherits System.Collections.Generic.List(Of InstalledApplication) |
C# | |
---|---|
[CollectionDataContractAttribute(Namespace="http://opcfoundation.org/UA/SDK/Configuration.xsd", IsNamespaceSetExplicitly=true, Name="ListOfInstalledApplication", IsNameSetExplicitly=true, ItemName="InstalledApplication", IsItemNameSetExplicitly=true)] public class InstalledApplicationCollection : System.Collections.Generic.List<InstalledApplication> |
System.Object
System.Collections.Generic.List<T>
Opc.Ua.Configuration.InstalledApplicationCollection
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