QuickOPC User's Guide and Reference
CopyTo(EasyAEClientMode) Method



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Engine Namespace > EasyAEClientMode Class > CopyTo Method : CopyTo(EasyAEClientMode) Method
Target object.
Copies properties of this object to the given target object.
Syntax
'Declaration
 
Public Overloads Sub CopyTo( _
   ByVal target As EasyAEClientMode _
) 
'Usage
 
Dim instance As EasyAEClientMode
Dim target As EasyAEClientMode
 
instance.CopyTo(target)
public void CopyTo( 
   EasyAEClientMode target
)
public:
void CopyTo( 
   EasyAEClientMode^ target
) 

Parameters

target
Target object.
Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

EasyAEClientMode Class
EasyAEClientMode Members
Overload List