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



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

Parameters

state
User-defined state object.
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