EasyUA Reference
SymbolicName Property
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeState Class : SymbolicName Property

Glossary Item Box

A symbolic name for the node that is not expected to be globally unique.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeState
Dim value As String
 
instance.SymbolicName = value
 
value = instance.SymbolicName
C# 
public string SymbolicName {get; set;}

Property Value

The name of the symbolic.

Remarks

This string can only contain characters that are valid for an XML element name.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.