uaPLUS Reference
ListOfBaseAddresses Class
Members  See Also  Send Feedback
Opc.Ua.Security Namespace : ListOfBaseAddresses Class

Glossary Item Box

Object Model

ListOfBaseAddresses ClassString Class

Syntax

Visual Basic (Declaration) 
<DebuggerStepThroughAttribute()>
<GeneratedCodeAttribute(Tool="System.Runtime.Serialization", Version="3.0.0.0")>
<CollectionDataContractAttribute(Namespace="http://opcfoundation.org/UA/2011/03/SecuredApplication.xsd", 
   IsNamespaceSetExplicitly=True, 
   Name="ListOfBaseAddresses", 
   IsNameSetExplicitly=True, 
   ItemName="BaseAddress", 
   IsItemNameSetExplicitly=True)>
Public Class ListOfBaseAddresses 
   Inherits System.Collections.Generic.List(Of String)
C# 
[DebuggerStepThroughAttribute()]
[GeneratedCodeAttribute(Tool="System.Runtime.Serialization", Version="3.0.0.0")]
[CollectionDataContractAttribute(Namespace="http://opcfoundation.org/UA/2011/03/SecuredApplication.xsd", 
   IsNamespaceSetExplicitly=true, 
   Name="ListOfBaseAddresses", 
   IsNameSetExplicitly=true, 
   ItemName="BaseAddress", 
   IsItemNameSetExplicitly=true)]
public class ListOfBaseAddresses : 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

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