QuickOPC User's Guide and Reference
Client Property (UAModelClient)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Modelling Namespace > UAModelClient Class : Client Property
The client object that is used for OPC operations.
Syntax
'Declaration
 
<NotNullAttribute()>
Public ReadOnly Property Client As EasyUAClient
'Usage
 
Dim instance As UAModelClient
Dim value As EasyUAClient
 
value = instance.Client
[NotNull()]
public EasyUAClient Client {get;}
[NotNull()]
public:
property EasyUAClient^ Client {
   EasyUAClient^ get();
}
Remarks
This is the client object for the OPC operations performed by the model client (and implemented internally by the mapper object). The model provider can have a different one.
Requirements

Target Platforms: Windows 7 with SP1, Windows Server 2008 R2 with SP1

See Also

Reference

UAModelClient Class
UAModelClient Members