Opc.Ua.Core
Servers Property



Opc.Ua Namespace > OAuth2Credential Class : Servers Property
Syntax
'Declaration
 
<DataMemberAttribute(8)>
Public Property Servers As OAuth2ServerSettingsCollection
'Usage
 
Dim instance As OAuth2Credential
Dim value As OAuth2ServerSettingsCollection
 
instance.Servers = value
 
value = instance.Servers
[DataMember(8)]
public OAuth2ServerSettingsCollection Servers {get; set;}
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

OAuth2Credential Class
OAuth2Credential Members