Opc.Ua.Core
ReverseConnect Property (ServerConfiguration)



Opc.Ua Namespace > ServerConfiguration Class : ReverseConnect Property
Gets or sets reverse connect server configuration.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, Order=35)>
Public Property ReverseConnect As ReverseConnectServerConfiguration
'Usage
 
Dim instance As ServerConfiguration
Dim value As ReverseConnectServerConfiguration
 
instance.ReverseConnect = value
 
value = instance.ReverseConnect
[DataMember(IsRequired=false, Order=35)]
public ReverseConnectServerConfiguration ReverseConnect {get; set;}
[DataMember(IsRequired=false, Order=35)]
public:
property ReverseConnectServerConfiguration^ ReverseConnect {
   ReverseConnectServerConfiguration^ get();
   void set (    ReverseConnectServerConfiguration^ 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

ServerConfiguration Class
ServerConfiguration Members