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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application.ComTypes Namespace > _EasyUAClientApplication Interface : 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
 
<NotNullAttribute()>
Function GetApplicationManifest() As UAApplicationManifest
'Usage
 
Dim instance As _EasyUAClientApplication
Dim value As UAApplicationManifest
 
value = instance.GetApplicationManifest()
[NotNull()]
UAApplicationManifest GetApplicationManifest()
[NotNull()]
UAApplicationManifest^ GetApplicationManifest(); 

Return Value

Returns the OPC UA application manifest object.
Exceptions
ExceptionDescription
The OPC UA operation has failed.
An error has occurred during method execution.
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