QuickOPC User's Guide and Reference
SupportsGds Property (EasyUAApplicationCore)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace > EasyUAApplicationCore Class : SupportsGds Property
Determines whether GDS and CM operations are supported.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property SupportsGds As Boolean
'Usage
 
Dim instance As EasyUAApplicationCore
Dim value As Boolean
 
value = instance.SupportsGds
[Browsable(false)]
public bool SupportsGds {get;}
[Browsable(false)]
public:
property bool SupportsGds {
   bool get();
}
Remarks

Product editions and licensing can affect features that are supported.

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