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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.LiveMapping Namespace > CommonMappingContext Class : ServerDescriptor Property
The OPC server involved in the operation.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public Property ServerDescriptor As ServerDescriptor
'Usage
 
Dim instance As CommonMappingContext
Dim value As ServerDescriptor
 
instance.ServerDescriptor = value
 
value = instance.ServerDescriptor
[CanBeNull()]
public ServerDescriptor ServerDescriptor {get; set;}
[CanBeNull()]
public:
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