QuickOPC User's Guide and Reference
ToUAAttributeField Method (UASimpleAttributeOperand)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Filtering Namespace > UASimpleAttributeOperand Class : ToUAAttributeField Method
Converts this simple attribute operand to an attribute field.
Syntax
'Declaration
 
Public Function ToUAAttributeField() As UAAttributeField
'Usage
 
Dim instance As UASimpleAttributeOperand
Dim value As UAAttributeField
 
value = instance.ToUAAttributeField()
public UAAttributeField ToUAAttributeField()
public:
UAAttributeField^ ToUAAttributeField(); 

Return Value

Returns the attribute field for this simple attribute operand.
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