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



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

When not empty, will include the organization name attribute (O=) with the given value in the certificate subject name.

When this property value is empty, the organization name attribute (O=) value will be determined automatically from the application [AssemblyCompany] attribute, or application version info.

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