QuickOPC User's Guide and Reference
DoubleComplexNumberType Property (UABrowseNames)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace.Standard Namespace > UABrowseNames Class : DoubleComplexNumberType Property
The browse name for the DoubleComplexNumberType component.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared ReadOnly Property DoubleComplexNumberType As UAQualifiedName
'Usage
 
Dim value As UAQualifiedName
 
value = UABrowseNames.DoubleComplexNumberType
[NotNull()]
public static UAQualifiedName DoubleComplexNumberType {get;}
[NotNull()]
public:
static property UAQualifiedName^ DoubleComplexNumberType {
   UAQualifiedName^ get();
}
Remarks
The browse name is: DoubleComplexNumberType
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