Opc.Ua.Core
SelectedServer Property



Opc.Ua Namespace > OAuth2Credential Class : SelectedServer Property
Syntax
'Declaration
 
Public Property SelectedServer As OAuth2ServerSettings
'Usage
 
Dim instance As OAuth2Credential
Dim value As OAuth2ServerSettings
 
instance.SelectedServer = value
 
value = instance.SelectedServer
public OAuth2ServerSettings SelectedServer {get; set;}
public:
property OAuth2ServerSettings^ SelectedServer {
   OAuth2ServerSettings^ get();
   void set (    OAuth2ServerSettings^ value);
}
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