OPC Studio User's Guide and Reference
DAItemPropertyRecord Constructor(DAItemPropertyRecord)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Extensions Namespace > DAItemPropertyRecord Class > DAItemPropertyRecord Constructor : DAItemPropertyRecord Constructor(DAItemPropertyRecord)
The item property record whose elements are copied to the new item property record.

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

Initializes a new instance of the class, with all values copied from another instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal itemPropertyRecord As DAItemPropertyRecord _
)
'Usage
 
Dim itemPropertyRecord As DAItemPropertyRecord
 
Dim instance As New DAItemPropertyRecord(itemPropertyRecord)
public DAItemPropertyRecord( 
   DAItemPropertyRecord itemPropertyRecord
)
public:
DAItemPropertyRecord( 
   DAItemPropertyRecord^ itemPropertyRecord
)

Parameters

itemPropertyRecord
The item property record whose elements are copied to the new item property record.

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