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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > UAClientApplicationParameters 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 UAClientApplicationParameters
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.

Requirements

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

See Also

Reference

UAClientApplicationParameters Class
UAClientApplicationParameters Members