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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.LiveMapping Namespace > CommonMappingSource Class : ServerDescriptor Property
The OPC server involved in the operation.
Syntax
'Declaration
 
<NotNullAttribute()>
Public ReadOnly Property ServerDescriptor As ServerDescriptor
'Usage
 
Dim instance As CommonMappingSource
Dim value As ServerDescriptor
 
value = instance.ServerDescriptor
[NotNull()]
public ServerDescriptor ServerDescriptor {get;}
[NotNull()]
public:
property ServerDescriptor^ ServerDescriptor {
   ServerDescriptor^ get();
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

CommonMappingSource Class
CommonMappingSource Members