QuickOPC User's Guide and Reference
ServerDescriptor Property (DAItemArguments)



View with Navigation Tools
OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.OperationModel Namespace > DAItemArguments Class : ServerDescriptor Property
Gets or sets the OPC server descriptor that is an argument to the operation.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property ServerDescriptor As ServerDescriptor
 
'Usage
 
Dim instance As DAItemArguments
Dim value As ServerDescriptor
 
instance.ServerDescriptor = value
 
value = instance.ServerDescriptor
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