Opc.Ua.Core
OAuth2ServerSettingsCollection Class
Members 



Opc.Ua Namespace : OAuth2ServerSettingsCollection Class
Object Model
OAuth2ServerSettingsCollection ClassOAuth2ServerSettings Class
Syntax
'Declaration
 
<CollectionDataContractAttribute(Name="ListOfOAuth2ServerSettings", 
   Namespace="http://opcfoundation.org/UA/SDK/Configuration.xsd", 
   ItemName="OAuth2ServerSettings")>
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public Class OAuth2ServerSettingsCollection 
   Inherits System.Collections.Generic.List(Of OAuth2ServerSettings)
'Usage
 
Dim instance As OAuth2ServerSettingsCollection
[CollectionDataContract(Name="ListOfOAuth2ServerSettings", 
   Namespace="http://opcfoundation.org/UA/SDK/Configuration.xsd", 
   ItemName="OAuth2ServerSettings")]
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public class OAuth2ServerSettingsCollection : System.Collections.Generic.List<OAuth2ServerSettings> 
[CollectionDataContract(Name="ListOfOAuth2ServerSettings", 
   Namespace="http://opcfoundation.org/UA/SDK/Configuration.xsd", 
   ItemName="OAuth2ServerSettings")]
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public ref class OAuth2ServerSettingsCollection : public System.Collections.Generic.List<OAuth2ServerSettings> 
Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      Opc.Ua.OAuth2ServerSettingsCollection

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

OAuth2ServerSettingsCollection Members
Opc.Ua Namespace