OPC Studio User's Guide and Reference
Operations Property (DAClientItemMapping)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAClientItemMapping Class : Operations Property
The mapping operations in which this mapping will participate.
Syntax
'Declaration
 
Public ReadOnly Property Operations As DAItemMappingOperations
'Usage
 
Dim instance As DAClientItemMapping
Dim value As DAItemMappingOperations
 
instance.Operations = value
 
value = instance.Operations
public DAItemMappingOperations Operations {get;}
public:
property DAItemMappingOperations Operations {
   DAItemMappingOperations get();
}

Property Value

The default value of this property is All (DAItemMappingOperations.All).

Remarks

The getter method of this property is pure, i.e. it does not have observable side effects.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also