uaPLUS Reference
InstalledApplicationCollection Class
Members  See Also  Send Feedback
Opc.Ua.Configuration Namespace : InstalledApplicationCollection Class

Glossary Item Box

Object Model

InstalledApplicationCollection ClassInstalledApplication Class

Syntax

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> 

Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      Opc.Ua.Configuration.InstalledApplicationCollection

Requirements

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

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.