QuickOPC User's Guide and Reference
Operand Property (_UAAttributeField)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComTypes Namespace > _UAAttributeField Interface : Operand Property
The simple attribute operand to which this fields refers.
Syntax
'Declaration
 
<NotNullAttribute()>
Property Operand As UASimpleAttributeOperand
'Usage
 
Dim instance As _UAAttributeField
Dim value As UASimpleAttributeOperand
 
instance.Operand = value
 
value = instance.Operand
[NotNull()]
UASimpleAttributeOperand Operand {get; set;}
[NotNull()]
property UASimpleAttributeOperand^ Operand {
   UASimpleAttributeOperand^ get();
   void set (    UASimpleAttributeOperand^ value);
}
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