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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.OperationModel.ComTypes Namespace > _DAPropertyArguments Interface : ServerDescriptor Property
Gets or sets the OPC server descriptor that is an argument to the operation.
Syntax
'Declaration
 
<NotNullAttribute()>
Property ServerDescriptor As ServerDescriptor
'Usage
 
Dim instance As _DAPropertyArguments
Dim value As ServerDescriptor
 
instance.ServerDescriptor = value
 
value = instance.ServerDescriptor
[NotNull()]
ServerDescriptor ServerDescriptor {get; set;}
[NotNull()]
property ServerDescriptor^ ServerDescriptor {
   ServerDescriptor^ get();
   void set (    ServerDescriptor^ value);
}
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