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="ListOfSecurityProfiles", IsNameSetExplicitly=True, ItemName="SecurityProfile", IsItemNameSetExplicitly=True)> Public Class ListOfSecurityProfiles Inherits System.Collections.Generic.List(Of SecurityProfile) |
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="ListOfSecurityProfiles", IsNameSetExplicitly=true, ItemName="SecurityProfile", IsItemNameSetExplicitly=true)] public class ListOfSecurityProfiles : System.Collections.Generic.List<SecurityProfile> |
System.Object
System.Collections.Generic.List<T>
Opc.Ua.Security.ListOfSecurityProfiles
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