Opc.Ua.Core
ListOfBaseAddresses Class
Members 



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

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

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

ListOfBaseAddresses Members
Opc.Ua.Security Namespace