QuickOPC User's Guide and Reference
ServerCapabilityArray Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Administration Namespace > UAApplicationManifestAttribute Class : ServerCapabilityArray Property
The Server capabilities supported by the Server.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Public Property ServerCapabilityArray As String()
'Usage
 
Dim instance As UAApplicationManifestAttribute
Dim value() As String
 
instance.ServerCapabilityArray = value
 
value = instance.ServerCapabilityArray
[ElementsNotNull()]
[NotNull()]
public string[] ServerCapabilityArray {get; set;}
[ElementsNotNull()]
[NotNull()]
public:
property array<String^>^ ServerCapabilityArray {
   array<String^>^ get();
   void set (    array<String^>^ value);
}
Remarks

The array of server capability identifiers for the application.

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