Opc.Ua.Core
WriteNonValueAttribute Method (NodeState)



Opc.Ua Namespace > NodeState Class : WriteNonValueAttribute Method
The context.
The attribute id.
The value.
Write the value for any non-value attribute.
Syntax
'Declaration
 
Protected Overridable Function WriteNonValueAttribute( _
   ByVal context As ISystemContext, _
   ByVal attributeId As UInteger, _
   ByVal value As Object _
) As ServiceResult
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim attributeId As UInteger
Dim value As Object
Dim value As ServiceResult
 
value = instance.WriteNonValueAttribute(context, attributeId, value)
protected virtual ServiceResult WriteNonValueAttribute( 
   ISystemContext context,
   uint attributeId,
   object value
)
protected:
virtual ServiceResult^ WriteNonValueAttribute( 
   ISystemContext^ context,
   uint attributeId,
   Object^ value
) 

Parameters

context
The context.
attributeId
The attribute id.
value
The value.

Return Value

An instance of the ServiceResult containing the status code and diagnostic info for the operation. ServiceResult.Good if successful. Detailed error information otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeState Class
NodeState Members