The node Id of the certificate type.
Syntax
[NotNull()]
UANodeId CertificateTypeId {get; set;}
'Declaration
<NotNullAttribute()>
Property CertificateTypeId As UANodeId
'Usage
Dim instance As _UACertificateTypeElement
Dim value As UANodeId
instance.CertificateTypeId = value
value = instance.CertificateTypeId
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