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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Filtering.ComTypes Namespace > _UASimpleAttributeOperand Interface : ToUAAttributeField Method
Converts this simple attribute operand to an attribute field.
Syntax
'Declaration
 
<NotNullAttribute()>
Function ToUAAttributeField() As UAAttributeField
'Usage
 
Dim instance As _UASimpleAttributeOperand
Dim value As UAAttributeField
 
value = instance.ToUAAttributeField()
[NotNull()]
UAAttributeField ToUAAttributeField()
[NotNull()]
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