QuickOPC User's Guide and Reference
Title Property



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