QuickOPC User's Guide and Reference
ThisClientForProviderOperations Property (_UAComplexDataPluginParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Plugins.ComplexData.ComTypes Namespace > _UAComplexDataPluginParameters Interface : ThisClientForProviderOperations Property
Determines whether the data type model provider will use this client for its own operations.
Syntax
'Declaration
 
Property ThisClientForProviderOperations As Boolean
'Usage
 
Dim instance As _UAComplexDataPluginParameters
Dim value As Boolean
 
instance.ThisClientForProviderOperations = value
 
value = instance.ThisClientForProviderOperations
bool ThisClientForProviderOperations {get; set;}
property bool ThisClientForProviderOperations {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: .NET Framework: Windows 10, Windows Server 2012, Windows Server 2016; .NET Core, .NET 5: Linux, macOS, Microsoft Windows

See Also

Reference

_UAComplexDataPluginParameters Interface
_UAComplexDataPluginParameters Members