QuickOPC User's Guide and Reference
ApplicationManifest Property (UAClientServerApplicationParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > UAClientServerApplicationParameters Class : ApplicationManifest Property
The OPC UA application manifest, i.e. the application registration information together with data related to PKI administration, such as paths to the certificate stores used.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property ApplicationManifest As UAApplicationManifest
'Usage
 
Dim instance As UAClientServerApplicationParameters
Dim value As UAApplicationManifest
 
instance.ApplicationManifest = value
 
value = instance.ApplicationManifest
[DataMember()]
public UAApplicationManifest ApplicationManifest {get; set;}
[DataMember()]
public:
property UAApplicationManifest^ ApplicationManifest {
   UAApplicationManifest^ get();
   void set (    UAApplicationManifest^ value);
}
Remarks

Application manifest and its concrete representations are not part of the OPC UA standard, although the concepts of individual parts of the application manifest are covered by OPC UA specifications.

In order to obtain or modify this parameter, access the OpcLabs.EasyOpc.UA.Application.EasyUAApplicationCore.ApplicationParameters property of static EasyUAApplication.Instance.

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