OPC Studio User's Guide and Reference
Assign(UAWriteResult) Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAAttributePointWriteArguments Class > Assign Method : Assign(UAWriteResult) Method
The write result to be assigned to these arguments.

The value of this parameter cannot be null (Nothing in Visual Basic).

Assigns OpcLabs.EasyOpc.UA.OperationModel.UAWriteResult to the arguments.
Syntax
'Declaration
 
Public Overloads Sub Assign( _
   ByVal writeResult As UAWriteResult _
) 
'Usage
 
Dim instance As UAAttributePointWriteArguments
Dim writeResult As UAWriteResult
 
instance.Assign(writeResult)
public void Assign( 
   UAWriteResult writeResult
)
public:
void Assign( 
   UAWriteResult^ writeResult
) 

Parameters

writeResult
The write result to be assigned to these arguments.

The value of this parameter cannot be null (Nothing in Visual Basic).

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