QuickOPC User's Guide and Reference
OrganizationalUnitName Property (IUAReadOnlyApplicationManifest)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Administration Namespace > IUAReadOnlyApplicationManifest Interface : OrganizationalUnitName Property
An organizational unit name.
Syntax
'Declaration
 
<NotNullAttribute()>
ReadOnly Property OrganizationalUnitName As String
'Usage
 
Dim instance As IUAReadOnlyApplicationManifest
Dim value As String
 
value = instance.OrganizationalUnitName
[NotNull()]
string OrganizationalUnitName {get;}
[NotNull()]
property String^ OrganizationalUnitName {
   String^ get();
}
Remarks

When not empty, will include the organizational unit name attribute (OU=) with the given value in the certificate subject name.

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