QuickOPC User's Guide and Reference
BaseCertificateTypeId Property (UACertificateTypeElement)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace > UACertificateTypeElement Class : BaseCertificateTypeId Property
The node Id of the base certificate type, if there is one.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<DisplayAttribute(AutoGenerateField=True, 
   Order=101, 
   ShortName="Base Certificate Type Id")>
Public Property BaseCertificateTypeId As UANodeId
'Usage
 
Dim instance As UACertificateTypeElement
Dim value As UANodeId
 
instance.BaseCertificateTypeId = value
 
value = instance.BaseCertificateTypeId
[DefaultValue("")]
[Display(AutoGenerateField=true, 
   Order=101, 
   ShortName="Base Certificate Type Id")]
public UANodeId BaseCertificateTypeId {get; set;}
[DefaultValue("")]
[Display(AutoGenerateField=true, 
   Order=101, 
   ShortName="Base Certificate Type Id")]
public:
property UANodeId^ BaseCertificateTypeId {
   UANodeId^ get();
   void set (    UANodeId^ value);
}
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