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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine.ComTypes Namespace > _UAClientApplicationParameters Interface : 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
 
<NotNullAttribute()>
Property ApplicationManifest As UAApplicationManifest
'Usage
 
Dim instance As _UAClientApplicationParameters
Dim value As UAApplicationManifest
 
instance.ApplicationManifest = value
 
value = instance.ApplicationManifest
[NotNull()]
UAApplicationManifest ApplicationManifest {get; set;}
[NotNull()]
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.

Requirements

Target Platforms: .NET Framework: Windows 10, Windows Server 2012; .NET Core: Linux, macOS, Microsoft Windows

See Also

Reference

_UAClientApplicationParameters Interface
_UAClientApplicationParameters Members