QuickOPC User's Guide and Reference
GetApplicationManifest Method (AbstractEasyUAClientApplication)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace > AbstractEasyUAClientApplication Class : GetApplicationManifest Method
Gets 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
 
Public MustOverride Function GetApplicationManifest() As UAApplicationManifest
'Usage
 
Dim instance As AbstractEasyUAClientApplication
Dim value As UAApplicationManifest
 
value = instance.GetApplicationManifest()
public abstract UAApplicationManifest GetApplicationManifest()
public:
abstract UAApplicationManifest^ GetApplicationManifest(); 

Return Value

Returns the OPC UA application manifest object.
Exceptions
ExceptionDescription
The OPC UA operation has failed.
Requirements

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

See Also