Opc.Ua.Core
ListOfExtensions Class
Members 



Opc.Ua.Security Namespace : ListOfExtensions Class
Syntax
'Declaration
 
<DebuggerStepThroughAttribute()>
<GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")>
<CollectionDataContractAttribute(Name="ListOfExtensions", 
   Namespace="http://opcfoundation.org/UA/2011/03/SecuredApplication.xsd", 
   ItemName="Extension")>
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public Class ListOfExtensions 
   Inherits System.Collections.Generic.List(Of XmlElement)
'Usage
 
Dim instance As ListOfExtensions
[DebuggerStepThrough()]
[GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[CollectionDataContract(Name="ListOfExtensions", 
   Namespace="http://opcfoundation.org/UA/2011/03/SecuredApplication.xsd", 
   ItemName="Extension")]
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public class ListOfExtensions : System.Collections.Generic.List<XmlElement> 
[DebuggerStepThrough()]
[GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[CollectionDataContract(Name="ListOfExtensions", 
   Namespace="http://opcfoundation.org/UA/2011/03/SecuredApplication.xsd", 
   ItemName="Extension")]
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public ref class ListOfExtensions : public System.Collections.Generic.List<XmlElement> 
Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      Opc.Ua.Security.ListOfExtensions

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

Reference

ListOfExtensions Members
Opc.Ua.Security Namespace