QuickOPC User's Guide and Reference
ServerCategories Property (_ServerDescriptor)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.ComTypes Namespace > _ServerDescriptor Interface : ServerCategories Property
Determines which specifications can be used with the OPC server.
Syntax
'Declaration
 
<NotNullAttribute()>
Property ServerCategories As ServerCategories
'Usage
 
Dim instance As _ServerDescriptor
Dim value As ServerCategories
 
instance.ServerCategories = value
 
value = instance.ServerCategories
[NotNull()]
ServerCategories ServerCategories {get; set;}
[NotNull()]
property ServerCategories^ ServerCategories {
   ServerCategories^ get();
   void set (    ServerCategories^ value);
}
Remarks

This property is only interpreted by the NET API client implementation; it is ignored by the Native Client implementation.

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