QuickOPC User's Guide and Reference
SetValue Method (UAAttributeData)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAAttributeData Class : SetValue Method
Sets the value of attribute data.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub SetValue( _
   ByVal value As Object _
) 
'Usage
 
Dim instance As UAAttributeData
Dim value As Object
 
instance.SetValue(value)
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public void SetValue( 
   object value
)
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public:
void SetValue( 
   Object^ value
) 

Parameters

value
Remarks

Intended for certain COM callers. You can simply use the Value property setter in .NET instead.

Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

UAAttributeData Class
UAAttributeData Members