QuickOPC User's Guide and Reference
UAAttributeField Constructor(UASimpleAttributeOperand)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAAttributeField Class > UAAttributeField Constructor : UAAttributeField Constructor(UASimpleAttributeOperand)
Operand. Identifies the node and attribute in a type.
Syntax
'Declaration
 
Public Function New( _
   ByVal operand As UASimpleAttributeOperand _
)
'Usage
 
Dim operand As UASimpleAttributeOperand
 
Dim instance As New UAAttributeField(operand)
public UAAttributeField( 
   UASimpleAttributeOperand operand
)
public:
UAAttributeField( 
   UASimpleAttributeOperand^ operand
)

Parameters

operand
Operand. Identifies the node and attribute in a type.
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